
Answer-first summary for fast verification
Answer: Eliminate the keys by creating IAM users with necessary permissions.
The correct answer is D. AWS strongly recommends not using the root user for everyday tasks due to its unrestricted access to all resources and services, including billing information. Instead, it is best practice to create IAM users with specific permissions tailored to the needs of different users or applications within the organization. This approach enhances security by adhering to the principle of least privilege, ensuring that users have only the permissions necessary to perform their tasks. Deleting the root user access keys and creating IAM users helps to mitigate the risk of unauthorized access or accidental misuse of AWS resources.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
What is the recommended action for a new AWS account owner regarding the root user access keys?
A
Distribute the keys among internal users for AWS service access.
B
Publish the keys on GitHub for development team access.
C
Utilize the keys for personal access without sharing.
D
Eliminate the keys by creating IAM users with necessary permissions.
No comments yet.