Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a scenario where a VPC has an IP address limitation due to its small CIDR block, and the growing number of EC2 instances necessitates more IP addresses, what is the least operationally complex solution to expand the IP address capacity?
A
Expand the VPC's IP address range by adding an extra IPv4 CIDR block and creating new subnets for additional resources.
B
Create a secondary VPC with a larger CIDR block, establish a peering connection, and reroute traffic to utilize the new VPC's subnets for resource deployment.
C
Deploy an AWS Transit Gateway to interconnect with the existing VPC, updating routing to include the new gateway and allocate resources in the extended network.
D
Construct a new VPC and connect it to the existing one via a Site-to-Site VPN, using Amazon EC2 for the VPN solution, and reroute traffic through this VPN for resource deployment in the new VPC.