A company is setting up its security guidelines for access management in AWS. The IT manager wants to enforce Multi-Factor Authentication (MFA) to protect the account's resources. According to AWS security best practices, which of the following identities should have MFA enabled? (Select TWO.)
- The AWS account root userAnswer
- Individual IAM users who perform administrative tasksAnswer
- CIAM roles assigned to Amazon EC2 instances
- DSecurity Groups applied to database instances
- EAWS Support personnel accessing physical data centers
Answer
The AWS account root user and individual IAM users who perform administrative tasks should have Multi-Factor Authentication (MFA) enabled.
The correct options are the AWS account root user and individual IAM users who perform administrative tasks. According to AWS security best practices, multi-factor authentication (MFA) should be enabled on the root account to prevent unauthorized access to the most privileged user in the account. Similarly, IAM users, particularly those with administrative privileges, should have MFA enabled to protect daily operational access.
Step-by-Step Solution
Key Concept
Multi-Factor Authentication (MFA) best practices for securing human identities in IAM.