A company wants to grant a team of new developers access to manage AWS resources. All developers in the team require the same permissions. Which of the following actions align with AWS Identity and Access Management (IAM) security best practices to accomplish this? (Select TWO.)
- Create an IAM group with the required permissions attached, and add individual developer user accounts to this group.Cevap
- Enable multi-factor authentication (MFA) on each individual developer's IAM user account.Cevap
- CShare the AWS account root user credentials among the developers to avoid management overhead.
- DCreate a single IAM user, assign it administrative permissions, and share its login credentials with all team members.
- ECreate an IAM role and distribute the role's long-term access keys to all developers for daily console logins.
Cevap
Creating an IAM group with the required permissions attached, adding developer user accounts to this group, and enabling multi-factor authentication (MFA) on each developer's IAM user account.
Configuring permissions using IAM groups ensures administrative efficiency and uniform policy application. Securing individual accounts with multi-factor authentication (MFA) adds essential protection to human access identities.
Adım Adım Çözüm
Anahtar Kavram
Foundational IAM Best Practices (Groups and MFA)