
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is using AWS Identity and Access Management (IAM). Who can manage the access keys of the AWS account root user?
A
IAM users in the same account that have been granted permission
B
IAM roles in any account that have been granted permission
C
IAM users and roles that have been granted permission
D
The AWS account owner
Explanation:
The correct answer is The AWS account owner because:
Root user access keys are highly sensitive - They provide full administrative access to the AWS account, including the ability to delete the account itself.
Security best practices - AWS recommends that only the account owner should manage root user credentials. This follows the principle of least privilege and reduces security risks.
IAM limitations - While IAM users and roles can be granted extensive permissions, managing root user access keys is typically restricted to the account owner for security reasons.
Account ownership - The AWS account owner is the person who created the account and has ultimate responsibility for its security and management.
Why other options are incorrect:
Best Practice: AWS recommends: