An enterprise architecture team is configuring network connectivity between two VPC networks, vpc-analytics and vpc-core, in Google Cloud. They decide to establish VPC Network Peering to allow internal IP address communication across the two networks. Which TWO statements accurately describe the requirements and behavior of VPC Network Peering in this scenario? (Select TWO.)
- Peering configuration must be created symmetrically in both directions—from vpc-analytics to vpc-core and from vpc-core to vpc-analytics—before communication is fully established.Cevap
- Exporting and importing custom routes must be explicitly enabled on the peering configurations if custom static or dynamic routes need to be shared across the peered networks.Cevap
- CTraffic from vpc-analytics can transitively reach a third network, vpc-management, by routing through vpc-core if vpc-core is peered to vpc-management.
- DHA VPN should be used instead of VPC Network Peering whenever inter-VPC traffic requirements exceed 100 Gbps within the same Google Cloud region.
- EStandard IAM permissions applied to instances in vpc-analytics automatically prevent unauthorized data copy operations to Cloud Storage buckets in vpc-core without needing security perimeter controls.
Cevap
VPC Network Peering requires symmetrical peering setup in both directions and explicit configuration of custom route import/export settings to share non-subnet routes.
VPC Network Peering is established only when both VPC networks create a peering request to each other (symmetrical configuration). Additionally, while subnet routes are exchanged automatically upon peering, sharing custom dynamic or static routes across peered VPCs requires explicitly configuring the import and export custom routes flags on both ends.
Adım Adım Çözüm
Anahtar Kavram
VPC Network Peering establishing bilateral setup, non-transitivity, and custom route exchange mechanisms.