|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/linux-for-cloud-devops-engineers-hands-on/
课程评论:没有评论
课程名称:Linux for Cloud & DevOps Engineers - Hands-on!! 课程概述: 本课程旨在为云计算和DevOps工程师提供Linux的实用技能。课程内容涵盖了在AWS云平台上使用Linux的基础知识及其实际操作,包括创建AWS账户、EC2实例(包括Amazon Linux和Ubuntu)、密钥对的生成与使用、以及通过多个终端工具(如MobaXterm、Putty和Gitbash)连接EC2实例的多种方法。此外,课程还详细介绍了Linux文件系统结构、基本命令和用户管理,包括用户和组的创建、管理和权限设置。 学员将通过实际实验,学习如何: - 无需使用私钥通过用户名和密码访问实例 - 在不同用户下访问Amazon Linux和Ubuntu实例,并实现密码无关的身份验证 - 理解Linux的文件权限和属性,并通过场景模拟进行访问设置 - 解决常见的EC2实例启动问题以及SSH登录故障 另外,课程中还将深入探讨AWS EC2服务,学习如何创建和管理EC2实例,配置EBS卷及快照,使用加密根卷和弹性IP进行实例备份与恢复等。系统管理方面,学员将接触到Systemd的工作原理及其基本命令。 最后,课程还涵盖了AWS Systems Manager的使用,包括其代理配置、资源标签管理及补丁管理等。 通过本课程的学习,学员将能够熟练应用Linux操作系统于云环境中,为从事DevOps相关工作做好充分准备。
Linux for Cloud & DevOps Engineers Introduction Create an AWS Account Create an EC2 Instance - Amazon Linux Create a key pair - Public & Private Key MobaXterm - Connect EC2 Instance Putty - Connect EC2 Instance Gitbash - Connect to EC2 Instance Create an EC2 Instance - Ubuntu Filter Instances Access Instance using User Name & Password (Without using Private key) More about private & public key Passwordless authentication from Linux to Ubuntu Server Lab - Access the Amazon Linux Instance other than the default user Lab - Access the Ubuntu Linux Instance other than the default user Lab - Passwordless Authentication between Amazon Linux & Ubuntu and Vice versaLinux Filesystem Structure & Basic commands Linux File Hierarchy Structure Basic Linux Commands Practice pwd, touch, vi/vim/nano cp mv mkdir, etc User Administration Overview of User Administration Lab - Managing User Account Lab - User & Group Creation Lab - Primary & Supplementary group Lab - Usermod Command Understanding the Shadow fileUser's Home Directory In Linux Overview of.bash_profile,.bashrc &.bash_logout Lab - Initialization file Lab - Set PATH in.bash_profile file Lab - Set Aliases & Login prompt PS1Permissions in Linux Overview of Permissions in Linux File & Directory Attributes Access Modes ( Absolute & Symbolic Mode) Change Ownership Scenario-based Lab Sessions Lab - Permit access to a file/directory for a group Lab - Permit access to a file/directory for a others Lab - Change the ownership or a file/directoryTroubleshooting Instance launch Issues VcpuLimitExceeded Error InstanceLimitExceeded Error Insufficient Instance Capacity Instance terminates immediately Common SSH Login Issues EC2 - Elastic Compute Cloud Overview of EC2 Service Deploy an EC2 Instance Lab Create a key pair to access the Instance Connect to an Instance via putty Connect to an Instance from Linux Server Enable Termination Protection EC2 Shutdown Behavior Overview of Security Groups EBS & Volume types Lab Session on EBS EBS Volume & Snapshot Amazon Machine Image (AMI) Lab Session on AMI & SnapShot Encrypted Root Volume Elastic IP EC2 Instance backup and restore Increase the Size of a Root Volume EC2 Instance Metadata EC2 Instance UserdataSystemd - System and Service Manager Introduction to Systemd, Systemd units Lab on systemctl command and journalBonus AWS Systems Manager AWS Systems Manager Overview AWS Systems Manager Agent (SSM Agent) Configure EC2 Instances with SSM Agent & Role AWS Tags & Resouce Groups AWS Systems Manager Run Command AWS Systems Manager Documents AWS Systems Manager Inventory Configure Patch Manager using predefined baselines Create a Custom patch baseline (Critical & Medium patches by severities) Configure patch manager using a custom patch baseline (Linux) Last Lecture