AWS Certified Security – Specialty (SCS-C02) — Question 74

A company is using AWS Organizations to implement a multi-account strategy. The company does not have on-premises infrastructure. All workloads run on AWS. The company currently has eight member accounts. The company anticipates that it will have no more than 20 AWS accounts total at any time.

The company issues a new security policy that contains the following requirements:

• No AWS account should use a VPC within the AWS account for workloads.
• The company should use a centrally managed VPC that all AWS accounts can access to launch workloads in subnets.
• No AWS account should be able to modify another AWS account's application resources within the centrally managed VPC.
• The centrally managed VPC should reside in an existing AWS account that is named Ac-count-A within an organization.

The company uses an AWS CloudFormation template to create a VPC that contains multiple subnets in Account-A. This template exports the subnet IDs through the CloudFormation Outputs section.

Which solution will complete the security setup to meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer, C, is the best choice because AWS Resource Access Manager (AWS RAM) allows sharing of resources such as VPC subnets across accounts while maintaining the required security policies. Option A does not provide the necessary access control, B introduces a transit gateway which is not required, and D suggests a more complex peering setup that could lead to potential security issues with resource modification.