Chapter 2: An Introduction to the AWS CLI
The AWS CLI is the programmatic interface for administrating resources within an AWS account. You can use the AWS CLI to access any number of AWS accounts, operate under any number of IAM user objects under each of those accounts, and execute complex commands to perform all manner of functions on all of your AWS objects. Accessing an AWS account through the AWS CLI requires an IAM user object with programmatic access to its AWS account, which is a type of credential distinct from the user object's Management Console password. With this access, you will be able to do everything via the CLI that you can do in the Management Console.
In this chapter, you will learn all about the AWS CLI. This includes the installation and configuration of the utility, including configuring different user profiles. You will also learn about several methods to discover the syntax of AWS CLI commands, including the built-in help
command, auto-prompt, and...