A cloud engineer has successfully created a new AWS account for a startup. To secure the account immediately, what is the AWS-recommended best practice for performing daily administrative operations?
- AUse the AWS account root user for daily operations but enable Multi-Factor Authentication (MFA).
- Create an IAM user with administrative permissions and use it for daily tasks, while restricting the root user.Answer
- CDelegate all administrative tasks to AWS Support through the shared responsibility model.
- DAssign an IAM role directly to the root user to perform administrative operations.
Answer
Create an IAM user with administrative permissions and use it for daily tasks, while restricting the root user.
The AWS-recommended best practice is to secure the root user credentials and avoid using them for daily tasks. Instead, an IAM user with administrative permissions should be created and used for day-to-day administrative operations.
Step-by-Step Solution
Key Concept
AWS Root Account Security and IAM Administration Best Practices