
AWS Certified Cloud Practitioner
Get started today
Ultimate access to all questions.
In AWS IAM, who has the authority to manage the access keys associated with the root user of an AWS account?
In AWS IAM, who has the authority to manage the access keys associated with the root user of an AWS account?
Explanation:
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.