AWS Certified Solutions Architect – Professional — Question 704

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

Creating a customer-managed prefix list in a central account and sharing it via AWS Resource Access Manager (AWS RAM) allows for centralized administration of the IP CIDR ranges. When the security team updates the prefix list in their account, the changes are automatically applied to all security groups referencing that prefix list across the organization. Other options involving custom AWS Lambda functions or manual per-account updates introduce significantly more operational overhead and complexity.