A Solutions Architect is setting up a new multi-account AWS environment using AWS Organizations. The company's security policy requires centralized management of user access across all AWS accounts, allowing employees to log in using their existing corporate credentials. Which approach should the Solutions Architect recommend to meet these requirements securely?
- Enable AWS IAM Identity Center in the organization, and integrate it with the corporate identity provider for centralized user access.Answer
- BCreate individual IAM users in each AWS member account, and generate access keys for each corporate user to authenticate.
- CShare the credentials of the management account's AWS account root user with all administrators to perform daily operations.
- DEnable cross-account access by configuring IAM user policies that allow direct login via the management account's root user credentials.
Answer
Enable AWS IAM Identity Center in the organization, and integrate it with the corporate identity provider for centralized user access.
Enabling AWS IAM Identity Center and integrating it with the corporate identity provider is the AWS-recommended best practice for managing centralized user access across a multi-account organization. It allows employees to use their existing credentials and supports role-based access control with temporary credentials.
Step-by-Step Solution
Key Concept
Centralized Multi-Account Identity Federation
Estimated Time:45s