An enterprise manages its multi-account environment using AWS Organizations. The architecture consists of a Management account, a central Network account, and multiple application accounts grouped in a Production Organizational Unit (OU). The enterprise is acquiring a subsidiary that must maintain a separate AWS Organization for compliance reasons.
The Solutions Architect must design a billing and resource sharing strategy to meet these requirements:
- Application accounts in the Production OU must deploy resources into VPC subnets managed centrally by the Network account.
- The subsidiary must access a Transit Gateway managed by the Network account of the main organization.
- Compute Savings Plans purchased in the Management account must apply to all Production accounts except for a designated testing account in the Production OU.
Which TWO of the following configurations are required to implement this strategy? (Select TWO.)
- In the main organization's Management account, enable resource sharing within AWS Organizations in AWS RAM. In the Network account, create a resource share containing the VPC subnets and associate it with the Production OU ID.Answer
- BIn the Network account, create a resource share in AWS RAM containing the VPC subnets, enable sharing with external entities, and associate it with the acquired subsidiary's AWS account IDs.
- In the main organization's Management account, configure the Billing Preferences to disable Savings Plan sharing for the testing account. In the Network account, create a resource share containing the Transit Gateway, enable sharing with external entities, and associate it with the subsidiary's AWS account IDs.Answer
- DApply a Service Control Policy (SCP) to the testing account that denies the savingsplans:ApplySavingsPlans action to prevent it from utilizing the Management account's Compute Savings Plans.