
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company has multiple AWS accounts in an organization in AWS Organizations that different business units use. The company has multiple offices around the world. The company needs to update security group rules to allow new office CIDR ranges or to remove old CIDR ranges across the organization. The company wants to centralize the management of security group rules to minimize the administrative overhead that updating CIDR ranges requires.
Which solution will meet these requirements MOST cost-effectively?
A
Create VPC security groups in the organization's management account. Update the security groups when a CIDR range update is necessary.
B
Create a VPC customer managed prefix list that contains the list of CIDRs. Use AWS Resource Access Manager (AWS RAM) to share the prefix list across the organization. Use the prefix list in the security groups across the organization.
C
Create an AWS managed prefix list. Use an AWS Security Hub policy to enforce the security group update across the organization. Use an AWS Lambda function to update the prefix list automatically when the CIDR ranges change.
D
Create security groups in a central administrative AWS account. Create an AWS Firewall Manager common security group policy for the whole organization. Select the previously created security groups as primary groups in the policy.
Explanation:
Option B is the most cost-effective solution because it uses VPC customer managed prefix lists with AWS Resource Access Manager (RAM) to centrally manage CIDR ranges across the organization.
Option A: Creating security groups in the management account doesn't help because security groups cannot be shared across accounts. You would need to manually update security groups in every account.
Option C: AWS managed prefix lists are not customizable - they are maintained by AWS for specific services. Security Hub policies and Lambda functions add unnecessary complexity and cost.
Option D: AWS Firewall Manager requires AWS Organizations and has additional costs. While it can manage security groups across accounts, it's more complex and expensive than the prefix list + RAM solution.
This solution provides the centralized management with minimal administrative overhead and cost, meeting all requirements effectively.