Using the AWS CLI
Now that we have our profiles set up, let's begin exploring how we can use the AWS CLI to do things inside of our AWS account. Unfortunately, the AWS CLI does not have a standard syntax of verbs similar to what you may be familiar with if you have ever worked with RESTful protocols; there is no command structure that is universal across every AWS service accessible from the CLI that can be recalled by applying a verb-like operator against a service. So, in a RESTful service, you may have a format such as the following:
However, the AWS CLI has specific operations available on a per-service basis that will not align service to service. However, the syntax across all of the operations across the services does follow a basic syntax:
The emphasis here is on the N+1 options or parameters that can quickly pile up depending upon the specific commands you are issuing. The preceding two examples are relatively simple...