A company has many AWS accounts and uses AWS Organizations to manage all of them. A solutions architect must implement a solution that the company can use to share a common network across multiple accounts. The company’s infrastructure team has a dedicated infrastructure account that has a VPC. The infrastructure team must use this account to manage the network. Individual accounts cannot have the ability to manage their own networks. However, individual accounts must be able to create AWS resources within subnets. Which combination of actions should the solutions architect perform to meet these requirements? (Choose two.)
Show Answer & Explanation
Correct Answers: B. Enable resource sharing from the AWS Organizations management account.; D. Create a resource share in AWS Resource Access Manager in the infrastructure account. Select the specific AWS Organizations OU that will use the shared network. Select each subnet to associate with the resource share.
Option B is required to enable AWS Resource Access Manager (RAM) sharing from the AWS Organizations management account - this is a prerequisite for sharing resources across accounts in an organization. Option D creates a resource share in RAM within the infrastructure account and shares specific subnets with the designated OU, allowing other accounts to launch resources in those shared subnets while the infrastructure account maintains network control. This meets the requirement that individual accounts cannot manage their own networks but can create resources within subnets. Option A is incorrect because Transit Gateway is for connecting multiple VPCs, but the requirement is to share a single VPC's network. Option C is incorrect because it creates separate VPCs in each account (violating the "share a common network" requirement) and VPC peering doesn't allow sharing of subnets for resource creation. Option E is incorrect because you share subnets, not prefix lists - prefix lists are used for routing and security group rules, not for sharing network infrastructure.