AWS Certified Solutions Architect – Associate (SAA-C03) — Question 433

A solutions architect configured a VPC that has a small range of IP addresses. The number of Amazon EC2 instances that are in the VPC is increasing, and there is an insufficient number of IP addresses for future workloads.

Which solution resolves this issue with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

Expanding the existing VPC by adding a secondary IPv4 CIDR block is the simplest solution because it keeps all resources within the same network boundary without requiring additional routing infrastructure. Options B, C, and D all involve creating a second VPC, which introduces significant operational overhead for managing inter-VPC connectivity via peering, transit gateways, or VPNs. Therefore, keeping a single VPC and expanding its CIDR range is the path of least resistance.