CLF-C02 · Question #613
A company has many developers who need programmatic access to AWS services. The company must provide the access in compliance with AWS security best practices. Which solution will meet these requireme
The correct answer is A. Require multi-factor authentication (MFA) for the AWS account root user and all IAM users.. Multi-factor authentication (MFA) is an essential security best practice that provides an additional layer of protection for the AWS account root user and IAM users. Rotate access keys. Regularly rotating access keys ensures that compromised keys are less likely to be exploited,
Question
A company has many developers who need programmatic access to AWS services. The company must provide the access in compliance with AWS security best practices. Which solution will meet these requirements?
Options
- ARequire multi-factor authentication (MFA) for the AWS account root user and all IAM users.
- BCreate a single shared IAM user account for all the developers.
- CUse the AWS account root user for programmatic access. Rotate access keys.
- DCreate IAM permissions boundaries. Require multi-factor authentication (MFA) for the AWS
How the community answered
(37 responses)- A76% (28)
- B5% (2)
- C16% (6)
- D3% (1)
Explanation
Multi-factor authentication (MFA) is an essential security best practice that provides an additional layer of protection for the AWS account root user and IAM users. Rotate access keys. Regularly rotating access keys ensures that compromised keys are less likely to be exploited, which aligns with AWS security best practices. By using IAM users with individual permissions, each developer can have access appropriate to their needs, improving security and compliance.
Community Discussion
No community discussion yet for this question.