You are tasked with managing Virtual Private Cloud (VPC) networking resources for your organization's Google Cloud environment. You need to view existing security policies and adjust subnet capacity. Which TWO actions represent valid administrative procedures for managing these networking resources? (Select TWO)
- Run `gcloud compute firewall-rules list` to display and review all active firewall rules configured in the project.Answer
- Execute `gcloud compute networks subnets expand-ip-range` to enlarge the primary IP address range of an existing custom subnet.Answer
- CAssign a priority value of 65535 to a custom rule so that it takes evaluation precedence over rules with priority 1000.
- DExpand an existing subnet's CIDR block to overlap with the IP address range of an established peered VPC network.
Answer
The valid operational procedures are using `gcloud compute firewall-rules list` to view project firewall rules and using `gcloud compute networks subnets expand-ip-range` to increase a subnet's primary IP allocation.
Executing `gcloud compute firewall-rules list` correctly queries and retrieves all firewall rules within the current project scope. Furthermore, `gcloud compute networks subnets expand-ip-range` is the correct method for increasing the IP capacity of a subnet in a VPC.
Step-by-Step Solution
Key Concept
Managing Google Cloud VPC Subnets and Firewall Rules