A company has recently created a new AWS account. To ensure the account is secure, which two actions should the administrator perform on the AWS account root user? (Select TWO.)
- Enable multi-factor authentication (MFA) for the root user.Answer
- Delete any active access keys associated with the root user.Answer
- CUse the root user credentials for daily administrative and operational tasks.
- DCreate an IAM role for the root user to restrict its permissions when accessing database services.
- EUse the root user to monitor and manage physical access controls in AWS data centers.
Answer
Enabling multi-factor authentication (MFA) for the root user and deleting any active access keys associated with the root user.
Enabling multi-factor authentication (MFA) and deleting active access keys are primary security best practices for the AWS account root user. MFA provides an additional security layer for console logins, while removing access keys prevents programmatic administrative API access.
Step-by-Step Solution
Key Concept
AWS Account Root User Security Best Practices