GCP ACE · Question 39 · Domain 4.5: Managing networking resources
You have a custom-mode VPC network. One of your subnets, 'subnet-app', was created with a primary IP range of 10.0.1.0/24. You are running out of IP addresses in this subnet and need to expand it to accommodate more VMs.
What is the correct way to handle this?
Answer options:
Delete the subnet and recreate it with a larger CIDR block.
Create a new subnet in the same region and bridge the two subnets together.
Use the gcloud compute networks subnets expand-ip-range command to change the CIDR block to 10.0.0.0/23.
Change the VPC from custom-mode to auto-mode.
50 questions · hints · full answers · grading