Docker on Amazon Web Services
上QQ阅读APP看书,第一时间看更新

Questions

  1. True/false: A valid credit card is required to establish a free AWS account.
  2. True/false: You should always perform administrative actions using the root account.
  3. True/false: You should allocate IAM permissions directly to your IAM users and/or groups.
  4. Which IAM managed policy would you use to assign administrative permissions?
  5. What command do you run to install the AWS CLI?
  6. True/false: When you configure the AWS CLI, you must store your IAM username and password locally.
  7. Where do you store credentials for the AWS CLI?
  8. You set up an IAM user that requires MFA to perform administrative actions. The IAM user sets up their AWS CLI but complains about unauthorized errors when attempt to run AWS CLI commands. The named profile includes the source_profilerole_arn, and role_session_name parameters, and you confirm that these are configured correctly. How would you fix this issue?
  9. True/false: CloudFormation templates can be written using JSON or YAML.
  10. True/false: You can use the !Ref keyword to refer to another resource or parameter in a CloudFormation template.

 

  1. You define a resource in a CloudFormation template that includes an optional Name property that you configure as my-resource. You create a new stack from the template successfully, and then make a change to the resource that the documentation states will require replacement of the entire resource. Will you be able to deploy this change successfully?