An enterprise is designing a secure multi-account environment to support multiple business units. The architecture must enforce centralized administrative control, federated access, and strict data protection policies. Specifically, the Solutions Architect must ensure that member accounts cannot delete Amazon S3 buckets containing centralized audit logs, and that employees authenticate using their corporate credentials to access designated AWS accounts.
Which combination of actions should the Solutions Architect recommend to achieve these goals? (Select TWO.)
- Configure AWS IAM Identity Center and integrate it with the enterprise identity provider to federate user access.Cevap
- Attach a service control policy (SCP) to the member account organizational units (OUs) that denies the s3:DeleteBucket and s3:DeleteObject actions on the centralized audit log buckets.Cevap
- CCreate individual IAM users in each member account and configure cross-account roles with trust policies linked directly to the enterprise identity provider.
- DApply a service control policy (SCP) at the Organization root level that restricts the management account root user from performing deletion actions on the log buckets.
- EConfigure each member account's root user credentials to run a scheduled AWS Lambda function that periodically audits and restores deleted S3 log buckets.
Cevap
To establish secure multi-account governance, configure AWS IAM Identity Center integrated with the enterprise identity provider to federate user access, and apply a service control policy (SCP) to the member account organizational units (OUs) to deny bucket and object deletion actions on the centralized audit log buckets.
Centralizing access control through AWS IAM Identity Center integrated with the corporate identity provider ensures safe, federated access without the need for manual credential management. Applying a service control policy (SCP) to the member account OUs establishes a strong security guardrail, preventing anyone—including local administrators—from deleting critical audit log resources.
Adım Adım Çözüm
Anahtar Kavram
Multi-account governance through AWS Organizations service control policies (SCPs) and centralized identity federation using AWS IAM Identity Center.
Tahmini Süre:2m 30s