Questions
- True/false: A valid credit card is required to establish a free AWS account.
- True/false: You should always perform administrative actions using the root account.
- True/false: You should allocate IAM permissions directly to your IAM users and/or groups.
- Which IAM managed policy would you use to assign administrative permissions?
- What command do you run to install the AWS CLI?
- True/false: When you configure the AWS CLI, you must store your IAM username and password locally.
- Where do you store credentials for the AWS CLI?
- 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_profile
,role_arn
, androle_session_name
parameters, and you confirm that these are configured correctly. How would you fix this issue? - True/false: CloudFormation templates can be written using JSON or YAML.
- True/false: You can use the
!Ref
keyword...