
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.
A solutions architect wants all new users to have specific complexity requirements and mandatory rotation periods for IAM user passwords.
What should the solutions architect do to accomplish this?
A
Set an overall password policy for the entire AWS account.
B
Set a password policy for each IAM user in the AWS account.
C
Use third-party vendor software to set password requirements.
D
Attach an Amazon CloudWatch rule to the Create_newuser event to set the password with the appropriate requirements.
Explanation:
The correct answer is A. Set an overall password policy for the entire AWS account.
AWS IAM Password Policy: AWS IAM allows you to set an account-wide password policy that applies to all IAM users. This policy can enforce:
Automatic Application: Once set, this policy automatically applies to all new IAM users created in the account, ensuring that all new users will have the required password complexity and rotation periods.
AWS Best Practice: Setting an account-wide password policy is the AWS-recommended approach for enforcing consistent security requirements across all IAM users.
B. Set a password policy for each IAM user in the AWS account.
C. Use third-party vendor software to set password requirements.
D. Attach an Amazon CloudWatch rule to the Create_newuser event to set the password with the appropriate requirements.
AWS IAM password policies are account-wide settings that automatically enforce password requirements for all IAM users, making them the most efficient and reliable way to ensure consistent security standards across an organization.