A technology cooperative is establishing a shared services platform across multiple AWS accounts within an AWS Organization. The cooperative wants to create a shared VPC in a central Infrastructure account to host application load balancers and share subnets with regional application accounts. Additionally, they plan to purchase a single Savings Plan from the billing management account that applies to Amazon EC2 and AWS Fargate usage across all member accounts. The cooperative also wants to ensure that any individual member account can be excluded from sharing the unused Savings Plans capacity if required. Which TWO actions should the solutions architect take to implement this strategy? (Select TWO.)
- From the central Infrastructure account, use AWS Resource Access Manager (RAM) to create a resource share for the specific VPC subnets, sharing them with the organizational units (OUs) that contain the regional application accounts.Answer
- Purchase Compute Savings Plans in the billing management account, and configure the discount sharing preferences in the management account's billing console to exclude specific member accounts that prefer not to share their discount capacity.Answer
- CPurchase EC2 Instance Savings Plans in the billing management account to maximize discounts across both the Amazon EC2 instances and AWS Fargate tasks running in the application OUs.
- DShare the entire VPC from the central Infrastructure account using AWS Resource Access Manager (RAM) with external sharing enabled, allowing regional accounts to provision resources directly into any unshared subnet within that VPC.
- EAttach a Service Control Policy (SCP) to the application OUs that explicitly allows the ram:AssociateResourceShare action to grant the application accounts permission to launch resources in the shared subnets without local IAM configurations.
Answer
The correct actions are to use AWS Resource Access Manager (RAM) to share the specific subnets from the Infrastructure account with the application OUs, and to purchase Compute Savings Plans in the management account while configuring discount sharing exclusions for specific member accounts in the billing console.
The correct architecture involves sharing subnets via AWS Resource Access Manager (RAM) to allow member accounts to deploy resources within a centralized VPC, and purchasing Compute Savings Plans in the management account while configuring discount sharing settings to exclude specific member accounts that wish to opt out.
Step-by-Step Solution
Key Concept
AWS RAM Subnet Sharing and Savings Plans Discount Customization in Multi-Account Organizations
Estimated Time:2m 0s