Exam: AWS Certified Cloud Practitioner 0 Likes
Which of the following is a characteristic of the AWS account root (CLF-C02)
Which of the following is a characteristic of the AWS account root user?
A. The root user is the only user that can be configured with multi-factor authentication (MFA).
B. The root user is the only user that can access the AWS Management Console.
C. The root user is the first sign-in identity that is available when an AWS account is created.
D. The root user has a password that cannot be changed.
Solution
Correct answer: C. The root user is the first sign-in identity that is available when an AWS account is created.
When an AWS account is created, the root user is the first identity that is available, and it has unrestricted access to all resources in the account. This is a key characteristic of the root user, and it's essential to manage and secure the root user credentials carefully to prevent unauthorized access to the account.
The other options are incorrect:
A. While it's highly recommended to configure multi-factor authentication (MFA) for the root user, it's not the only user that can be configured with MFA. Other IAM users can also be configured with MFA.
B. The root user is not the only user that can access the AWS Management Console. Other IAM users can also access the console, depending on the permissions and access levels granted to them.
D. The root user's password can be changed. In fact, it's a good security practice to change the root user's password regularly to maintain the security of the account.
Category: Cloud concepts