Review Questions
-
What is the primary function of the AWS IAM service?
- Identity and access management
- Access key management
- SSH key pair management
- Federated access management
-
Which of the following are requirements you can include in an IAM password policy? (Select THREE.)
- Require at least one uppercase letter.
- Require at least one number.
- Require at least one space or null character.
- Require at least one nonalphanumeric character.
-
Which of the following should you do to secure your AWS root user? (Select TWO.)
- Assign the root user to the “admins” IAM group.
- Use the root user for day-to-day administration tasks.
- Enable MFA.
- Create a strong password.
-
How does multi-factor authentication work?
- Instead of an access password, users authenticate via a physical MFA device.
- In addition to an access password, users also authenticate via a physical MFA device.
- Users authenticate using tokens sent to at least two MFA devices.
- Users authenticate using a password...