A retail enterprise is establishing a multi-account environment on AWS to support its online commerce platform. The solutions architect needs to set up a governance structure that achieves the following:
1. Enforces centralized user authentication mapped to the company's external corporate identity provider without provisioning static IAM users.
2. Ensures that development and testing accounts cannot launch resources in unauthorized AWS Regions.
3. Prevents member accounts from deleting or modifying Amazon S3 buckets that contain centralized security logs.
Which combination of actions will meet these requirements? (Select TWO.)
- Configure AWS IAM Identity Center to federate with the external corporate identity provider, mapping corporate groups to permission sets.Cevap
- Apply Service Control Policies (SCPs) to Organizational Units in AWS Organizations to deny resource creation in unauthorized Regions and protect log-archival Amazon S3 buckets.Cevap
- CCreate individual IAM users in each member account with long-term credentials for each administrator and federate them individually.
- DApply the restrictive Service Control Policies (SCPs) directly to the organization's management account to enforce global regional and bucket restrictions.
- EConfigure Amazon Cognito user pools in the management account to manage corporate user identity federation and use IAM roles for cross-account access.
Cevap
Configure AWS IAM Identity Center to federate with the external corporate identity provider, mapping corporate groups to permission sets, and apply Service Control Policies (SCPs) to Organizational Units in AWS Organizations to deny resource creation in unauthorized Regions and protect log-archival Amazon S3 buckets.
Centralized authentication without static credentials is best achieved by integrating AWS IAM Identity Center with an external IdP. To enforce regional and resource-level constraints across member accounts, Service Control Policies (SCPs) must be applied at the Organizational Unit (OU) level, which ensures guardrails are inherited by the member accounts while keeping the management account clear of policy restrictions.
Adım Adım Çözüm
Anahtar Kavram
Multi-Account Governance and Security Controls
Alternatif Yöntem
While AWS Control Tower landing zones could be deployed to establish these guardrails, configuring AWS IAM Identity Center and applying targeted SCPs via AWS Organizations represents the direct architectural mechanism to satisfy these specific compliance requirements.
Tahmini Süre:1m 30s