
Answer-first summary for fast verification
Answer: Expand the CIDR range in your subnet, and restart the VM that issued the error.
Expanding the CIDR range in your subnet is the most efficient solution because it increases the available IP addresses, allowing for more VMs to be created. This approach directly addresses the issue of IP range exhaustion without the need for creating new subnets or relocating existing VMs, which are more time-consuming and do not solve the underlying problem. Restarting the VM with exponential backoff is not applicable here as it's a strategy for transient errors, not for IP address exhaustion.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are part of the Cloud Networking team at a gaming company. A team has encountered an error while creating a new VM: 'You have exhausted the IP range in your subnet.' What is the most efficient way to resolve this error?
A
Expand the CIDR range in your subnet, and restart the VM that issued the error.
B
Start your VM in a new subnet.
C
Move several existing VMs into a new subnet.
D
Restart the VM using exponential backoff until the VM starts successfully.