A software development company wants to allow its developers to access the AWS Management Console using their existing corporate Active Directory credentials. The security team needs to configure this access without creating individual IAM users for each developer. Which of the following approaches represents the AWS-recommended best practice to achieve this?
- Configure identity federation using AWS IAM Identity Center to map corporate Active Directory groups to IAM roles.Cevap
- BCreate a single shared IAM user with administrator permissions and distribute the credentials to all developers.
- CConfigure the corporate Active Directory domain controllers to authenticate directly using the AWS account root user credentials.
- DRely on AWS to automatically manage and synchronize corporate Active Directory user accounts as part of the AWS shared responsibility model.
Cevap
Configuring identity federation using AWS IAM Identity Center to map corporate Active Directory groups to IAM roles is the correct approach.
Configuring identity federation using AWS IAM Identity Center allows the organization to leverage its existing corporate identity provider. By mapping Active Directory groups to IAM roles, developers can sign in with their corporate credentials and assume temporary security credentials, eliminating the need to create and maintain individual IAM users in AWS.
Adım Adım Çözüm
Anahtar Kavram
Identity Federation and Role-Based Access Control