
Answer-first summary for fast verification
Answer: The original AWS account holder
The correct answer is D, 'The AWS account owner'. In AWS, the root user is the original account created when you signed up for AWS and has full access to all AWS services and resources in the account. The root user has the highest level of access and can manage access keys, which are used to access AWS services programmatically. It is recommended to use IAM users for daily tasks and reserve the root account for AWS account management tasks. IAM users, roles, or those in other accounts do not have the inherent ability to manage the root user's access keys unless explicitly granted such permissions, which is not a standard practice due to security concerns.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In AWS IAM, who has the authority to manage the access keys associated with the root user of an AWS account?
A
IAM users within the same account with the appropriate permissions
B
IAM roles across any account with the necessary permissions
C
Both IAM users and roles with granted permissions
D
The original AWS account holder