A startup is setting up its initial AWS environment and wants to secure the account. Which of the following are AWS Identity and Access Management (IAM) best practices that the startup should implement? (Select TWO.)
- Enable multi-factor authentication (MFA) for the AWS account root user.Answer
- Create individual IAM users for each team member who requires access.Answer
- CUse the AWS account root user credentials for daily administrative tasks.
- DEmbed permanent IAM user access keys in EC2 instances to allow applications to access other AWS services.
- ERely on AWS to automatically manage and rotate all developer passwords.
Answer
The correct practices are to enable multi-factor authentication (MFA) for the AWS account root user and to create individual IAM users for each team member who requires access.
Securing the root user with multi-factor authentication (MFA) protects the root account from credential theft. Creating individual IAM users ensures distinct identities, which supports traceability and facilitates implementing specific permissions for each team member.
Step-by-Step Solution
Key Concept
Applying core IAM best practices to protect account resources by isolating root privileges and utilizing individual user identities.