A multinational enterprise is building a multi-account landing zone using AWS Organizations. The solutions architect must establish a governance framework that enforces security guardrails while maintaining operational delegation. The requirements are as follows:
- Centralized security services, such as Amazon GuardDuty, must be managed by a designated Security team account, avoiding any administrative actions in the Organization's management account.
- Service Control Policies (SCPs) must restrict member accounts in the 'Workloads' Organizational Unit (OU) from deploying resources in unauthorized AWS Regions, while ensuring that the SCPs do not inadvertently grant permissions to local IAM identities.
Which of the following actions should the solutions architect take to meet these requirements? (Select TWO.)
- Designate the Security account as the delegated administrator for Amazon GuardDuty from the AWS Organizations management account.Cevap
- Attach a Service Control Policy (SCP) to the Workloads OU that uses a Deny effect for all actions with a condition restricting operations to the approved Regions, excluding global services, and configure local IAM policies within member accounts to grant developer permissions.Cevap
- CAttach an SCP to the Workloads OU that explicitly allows deployment permissions only within the approved Regions, thereby granting those permissions directly to all IAM entities in the member accounts.
- DEstablish cross-account federated roles by configuring a SAML trust policy in the Security account with the sts:AssumeRole action, rather than using AWS Organizations delegated administration.
- EEnable resource sharing outside the organization via AWS Resource Access Manager (RAM) in the management account to share GuardDuty configuration data with the Security account.