
Answer-first summary for fast verification
Answer: Enable MFA for the root user, use IAM roles for daily operations, and store root user credentials securely, only using them for necessary administrative tasks.
Option B is the correct approach as it incorporates best practices for root user security, including enabling MFA, using IAM roles for daily operations, and securely storing root user credentials, which are critical for maintaining security in AWS.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are responsible for developing a strategy to secure the root user credentials in a newly created AWS account. Outline the steps you would take to implement best practices for root user security, including the use of multi-factor authentication (MFA) and IAM roles.
A
Create strong passwords for the root user and share them with trusted administrators.
B
Enable MFA for the root user, use IAM roles for daily operations, and store root user credentials securely, only using them for necessary administrative tasks.
C
Disable the root user and use IAM roles exclusively for all operations.
D
Use the root user for all administrative tasks without implementing any security measures.
No comments yet.