A Solutions Architect is designing the multi-account governance and security framework for an enterprise using AWS Organizations. The organization consists of separate Organizational Units (OUs) for Core Services, Production Workloads, and Development Sandboxes. The compliance team requires that no member account be able to modify or delete centralized AWS CloudTrail and AWS Config configurations. Additionally, corporate users must authenticate using an external SAML 2.0 identity provider to access target member accounts using temporary credentials, minimizing administrative overhead in individual accounts. Finally, these controls must not restrict management functions or billing administrative tasks in the management account. Which two actions should the Solutions Architect take to meet these requirements? (Select TWO.)
- Configure AWS IAM Identity Center to federate with the external identity provider using SAML 2.0, and assign permission sets to manage access across member accounts.Cevap
- Create an SCP that denies the ability to delete or modify AWS CloudTrail and AWS Config resources, and attach it to the organization's root or specific OUs.Cevap
- CApply an SCP directly to the management account to restrict administrative users and prevent them from deleting or disabling auditing resources.
- DCreate IAM users in the organization's management account for each corporate user, and configure cross-account IAM roles in the member accounts to enable federated access.
- EGenerate long-term IAM access keys for each corporate user in a centralized security account, and configure the external identity provider to pass these keys during federation.