A financial services company is designing a multi-account structure using AWS Organizations. The architecture consists of several Organizational Units (OUs), including a Security OU, a Workloads OU (which contains production and development accounts), and a Sandbox OU for developer experimentation. The Solutions Architect must implement the following governance requirements:
1. Prevent any development and production accounts in the Workloads OU from disabling AWS Config.
2. Ensure that accounts in the Sandbox OU cannot create virtual private cloud (VPC) peering connections or Transit Gateway attachments, preventing them from connecting to corporate networks.
Which of the following actions should the Solutions Architect take to meet these requirements? (Select TWO.)
- Create a Service Control Policy (SCP) that denies the config:DeleteConfigurationRecorder, config:DeleteDeliveryChannel, and config:StopConfigurationRecorder actions. Attach this SCP to the Workloads OU.Answer
- Create a Service Control Policy (SCP) that denies the ec2:CreateVpcPeeringConnection and ec2:CreateTransitGatewayAttachment actions. Attach this SCP to the Sandbox OU.Answer
- CCreate an IAM group in the management account with policies that deny AWS Config modifications and EC2 network attachments, and associate this group with the OUs.
- DModify the Transit Gateway route tables in the shared services account to block all traffic originating from the Sandbox accounts, and delete all local route table entries in the member accounts.
- EConfigure a SAML 2.0 identity provider (IdP) in the management account and map user groups to trust policies that explicitly deny network creation actions in the Sandbox accounts.