
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.
Which action should a company take to improve security in its AWS account?
A
Require multi-factor authentication (MFA) for privileged users.
B
Remove the root user account.
C
Create an access key for the AWS account root user.
D
Create an access key for each privileged user.
Explanation:
Requiring multi-factor authentication (MFA) for privileged users is the most effective security measure among the options because:
MFA adds an extra layer of security beyond just passwords, making it much harder for attackers to gain unauthorized access
Privileged users (administrators, root users, etc.) have the highest level of access and pose the greatest security risk if compromised
AWS strongly recommends enabling MFA for all privileged users as a security best practice
Why the other options are incorrect:
Removing the root user account is not possible - the root user account is permanent and cannot be deleted
Creating an access key for the AWS account root user is actually a security risk - AWS recommends avoiding using root user access keys
Creating an access key for each privileged user doesn't inherently improve security and could increase the attack surface if not properly managed
Best Practice: Always enable MFA for privileged users and avoid using root user access keys whenever possible.