1.) What's the command to install the AWS CLI using pip?
2.) What command do you use to verify the installation of the AWS CLI?
3.) Why would you use the AWS CLI instead of the AWS Management Console?
Two reasons.
4.) What is the the --dry-run option in the CLI? (Google slide 42)
5.) What is the --query option used for? (Google slide 38)
6.)What does the command aws ec2 help do? (Google slide 36)
7.) What is the difference between a soft limit and a hard limit?
8.) What is a Global AWS service? (Google slide 15)
9.) What are 4 IAM best practices? (Google slide 26)
10.) What does aws s3 cp do?
11.) What does aws ec2 create-volume do?
12.) What are the Policy Types? (Google slide 22)
13.) Automation of system operations enables? (Google slide 9)
14.) What does AWS configure do? https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html
15.) What does aws s3 ls do?
16.) The ______ option is a server-side operation that specifies the scope of details about resources that will be returned. (Google slide 46)
17.) The ______ option is a client-side operation that limits how much of what was returned by the server will be displayed. (Google slide 46)
18.) The _____ option checks for required permissions without a request being made. (Google slide 46)
19.) What is the IAM Policy Simulator?
https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_iam_policy-sim-console.html
20.) Can IAM roles can be assigned to EC2 instances to grant application access to other AWS services and resources? True or False.