I have a requirement to create a VPC diagram originally designed for AWS but now need to adapt it for implementation in GCP. Which design would satisfy this requirement, and how can I ensure its correctness? Here is the diagram URL
The architecture is high-availability (in AWS, it should have multi AZs).
Determine the appropriate IP address range for each subnet.
There are public and private subnets.
Use some components in the VPC, including:
Internet gateway (I have no idea about the equivalent service in GCP)
VPC peering
Design the architecture in the private data center.
The private data center can connect to resources in AWS.