
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.