AWS Certified Solutions Architect – Professional (SAP-C02) — Question 95

A company has an organization that has many AWS accounts in AWS Organizations. A solutions architect must improve how the company manages common security group rules for the AWS accounts in the organization.

The company has a common set of IP CIDR ranges in an allow list in each AWS account to allow access to and from the company’s on-premises network. Developers within each account are responsible for adding new IP CIDR ranges to their security groups. The security team has its own AWS account. Currently, the security team notifies the owners of the other AWS accounts when changes are made to the allow list.

The solutions architect must design a solution that distributes the common set of CIDR ranges across all accounts.

Which solution meets these requirements with the LEAST amount of operational overhead?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating a customer-managed prefix list in the security team’s account and sharing it with the organization streamlines management and minimizes operational overhead. Options A and D involve more complex setups and require additional Lambda functions and IAM roles, increasing maintenance efforts. Option B still requires manual updates from account owners, which does not provide the automation and efficiency that option C offers.