AWS Certified Solutions Architect – Professional — Question 427

A solutions architect has an operational workload deployed on Amazon EC2 instances in an Auto Scaling group. The VPC architecture spans two Availability
Zones (AZ) with a subnet in each that the Auto Scaling group is targeting. The VPC is connected to an on-premises environment and connectivity cannot be interrupted. The maximum size of the Auto Scaling group is 20 instances in service. The VPC IPv4 addressing is as follows:

VPC CIDR: 10.0.0.0/23 -

AZ1 subnet CIDR: 10.0.0.0/24 -

AZ2 subnet CIDR: 10.0.1.0/24 -
Since deployment, a third AZ has become available in the Region. The solutions architect wants to adopt the new AZ without adding additional IPv4 address space and without service downtime.
Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Option A is the correct solution because it allows the subnets to be resized sequentially without causing service downtime, as the Auto Scaling group is shifted to the active subnet while the other is deleted and recreated with a smaller CIDR block. Option B is incorrect because terminating instances directly causes service disruption. Option C is incorrect because creating a new VPC would disrupt the existing connection to the on-premises environment, and Option D is incorrect because you cannot modify the CIDR block of an existing subnet without deleting it first.