A company is restructuring its AWS multi-account environment under AWS Organizations. The environment consists of a Management account, a Shared Network account, and multiple business unit accounts divided into Production and Development Organizational Units (OUs).
The company has two primary requirements:
1. Share specific private subnets owned by the Shared Network account with only the Production business unit accounts to deploy application resources.
2. Ensure that Compute Savings Plans purchased in the Management account apply discounts to workloads in the Production business unit accounts, but do not apply discounts to workloads in the Development business unit accounts.
Which of the following actions should the Solutions Architect take to meet these requirements? (Select TWO.)
- In the Management account's AWS Billing console, disable Savings Plan discount sharing for the individual accounts belonging to the Development Organizational Unit (OU).Answer
- In the Management account, enable resource sharing within AWS Organizations. In the Shared Network account, use AWS Resource Access Manager (RAM) to create a resource share containing the private subnets and associate it with the Production business unit Organizational Unit (OU).Answer
- CAttach a Service Control Policy (SCP) to the Development business unit Organizational Unit (OU) that denies the savingsplans:ApplyDiscount action.
- DIn the Management account, use AWS Resource Access Manager (RAM) to create a resource share containing the private subnets from the Shared Network account, and associate the share with the Production business unit accounts.
- EPurchase EC2 Instance Savings Plans in the Management account to automatically prevent the discounts from applying to any accounts running serverless workloads in the Development business unit.