Mastering AWS Command-line Interface Operations

Pluralsight
Course Summary
AWS operations are more complicated than simple dashboard clicks. This course teaches you how to master the AWS command-line interface to automate operations, including configuration, logging and auditing, and stepping up to serverless technologies.
-
+
Course Description
Manual operations using a web console are time consuming and error-prone. In, this course, Mastering AWS Command-line Interface Operations, you'll learn how to use the AWS API from both the shell and Python scripts. First, you will learn how to use the CLI for single tasks. Next, you will learn how to connect commands together into complex workflows. Finally, you will explore scripts using AWS Lambda with Python and PowerShell. By the end of this course, you'll know the fundamentals for nearly any operational work that involves the command line and the best practices around securing the command line and its use.
-
+
Course Syllabus
Course Overview- 1m 34s
—Course Overview 1m 34sImplementing AWS CLI- 20m 55s
—What Is the AWS CLI? 4m 58s
—Demo: Install AWS CLI on Windows 2m 11s
—Demo: Install AWS CLI on MacOS 1m 38s
—Demo: Install and Configure AWS CLI on Linux 11m 26s
—Module Summary 0m 40sSecuring and Monitoring the CLI- 15m 17sSimple Operations: Exporting Data from CloudWatch- 14m 46sSimple Operations: Copying and Syncing Objects Between S3 Buckets- 11m 27sComplex Operations: Turn Off Environment After Hours- 15m 11sComplex Operations: Rotate and Expire AMI Backups- 9m 50sScripting Tasks: Alternatives to Shell Scripts- 20m 36s