A network engineer needs to verify that traffic from a specific Compute Engine instance can reach a Cloud SQL database in a different VPC. Which Google Cloud tool should be used to test this reachability?
Trap 1: Cloud Monitoring
Cloud Monitoring is for metrics and alerting, not reachability testing.
Trap 2: Network Topology
Network Topology visualizes the network but does not test reachability.
Trap 3: VPC Flow Logs
VPC Flow Logs capture network metadata after packets are sent, not proactive testing.
- A
Connectivity Tests
Connectivity Tests specifically verify reachability and identify blocking rules.
- B
Cloud Monitoring
Why wrong: Cloud Monitoring is for metrics and alerting, not reachability testing.
- C
Network Topology
Why wrong: Network Topology visualizes the network but does not test reachability.
- D
VPC Flow Logs
Why wrong: VPC Flow Logs capture network metadata after packets are sent, not proactive testing.