An organization needs to implement centralized user access management for its engineering department across a newly created multi-account AWS environment. The security policy mandates that engineers use their existing corporate directory credentials to log in, and no long-term credentials should be distributed.
Which solution should a Solutions Architect implement to meet these governance requirements?
- Deploy AWS IAM Identity Center in the organization, integrate it with the corporate directory, and assign the engineers to appropriate permission sets.Cevap
- BCreate individual IAM users in each AWS account for the engineers, configure password policies, and assign access keys.
- CCreate a shared IAM user in the management account with AdministratorAccess, and distribute the root access keys to the engineering team.
- DStore administrative credentials as plaintext parameters in AWS Systems Manager Parameter Store and configure cross-account sharing.
Cevap
Deploy AWS IAM Identity Center in the organization, integrate it with the corporate directory, and assign the engineers to appropriate permission sets.
Deploying AWS IAM Identity Center allows organizations to centrally manage single sign-on access to all AWS accounts. Integrating it with an external identity provider ensures that engineers can use their existing corporate directory credentials, and temporary security credentials are automatically requested when they access their designated accounts, fulfilling the security policy.
Adım Adım Çözüm
Anahtar Kavram
Centralized Identity Management and Federation in Multi-Account Environments