- MongoDB Atlas Cloud와 GCP는 VPC 피어링으로 연결된다.
- MongoDB Atlas에서 GCP 연결용 VPC를 별도로 생성
 
- GCP 네트워크 피어링 생성 방법
https://www.mongodb.com/docs/atlas/security-vpc-peering/#configure-an-service-network-peering-connection
 
- GCP 연결을 위한 Atlas에 GCP 네트워크 생성. GCP와 IDC의 IP CIDR과 겹치지 않도록 주의해야한다.
https://www.mongodb.com/docs/atlas/cli/stable/command/atlas-networking-peering-create-gcp/ 
 
- GCP 연결 관련 레퍼런스
https://www.mongodb.com/docs/atlas/reference/google-gcp/
 
- 클러스터에 연결하려면 PSC 설정이 추가로 필요하다
When connecting to your cluster, you must use the new private connection strings to utilize the peering.
https://www.mongodb.com/docs/atlas/security-cluster-private-endpoint/