An enterprise manages its multi-account environment using AWS Organizations. The architecture consists of a Management account, a central Network account, and multiple member accounts grouped into a Production Organizational Unit (OU) and a Development OU. The Solutions Architect needs to implement a resource-sharing and cost-optimization strategy. The strategy must allow the Network account to share private subnets with the Development OU. Additionally, Compute Savings Plans purchased in the Management account must apply only to the Production OU accounts, and the Development OU accounts must be excluded to keep development costs separated. Which of the following actions should the Solutions Architect perform to meet these requirements? (Select TWO.)
- Enable resource sharing with AWS Organizations in the AWS RAM console of the Management account. In the Network account, create a resource share for the subnets and share them with the Development OU.Answer
- In the Management account, open the Billing preferences in the AWS Billing and Cost Management console, and disable Savings Plans sharing for all member accounts within the Development OU.Answer
- CAttach a Service Control Policy (SCP) to the Development OU that denies the savingsplans:Apply action to block the application of Savings Plans discounts to the resources running in the development accounts.
- DIn the Network account, create a resource share in AWS RAM for the subnets, set the principal to the Development OU, and enable sharing with external entities in AWS RAM to bypass AWS Organizations integration.
- EPurchase EC2 Instance Savings Plans in the Management account instead of Compute Savings Plans, as EC2 Instance Savings Plans do not support cross-account sharing and will automatically remain isolated to the Management account.