구글 프로페셔널 클라우드 아키텍트 자격증 대비 교육자료 (5편) [Google Professional Cloud Architect]
구글 클라우드 자격증 중 하나인 Google Cloud Certified - Professional Cloud Architect 를 취득하였습니다. 공부 자료가 많지 않고 전부 영어로 되어 있어서 클라우드 아키텍트 자격증을 준비하시는 분들께 조금이라도 도움을 드리고자 준비해보았습니다.
관련 내용 :
- Your company is replicating their on-premises database to Google Cloud as part of a hot failover disaster recovery plan over a Cloud VPN connection. During the transfer process, they are running into latency issues and some data loss (due to packet loss). How can they help resolve this?
A. Use a Dedicated Interconnect option.
B. Create a peering connection between networks.
C. Add additional VPN tunnels to their Cloud VPN connection.
D. Send the replicated transfer through Cloud Dataflow.
온프레미스 환경의 데이터베이스를 구글 클라우드에 failover(오작동시 대체 시스템) 목적으로 복제를 하는 중인데 Cloud VPN 을 사용하고 있다. 전송하는데 latency(대기,지연)가 높고(high) 데이터(패킷 유실)도 유실되고 있다. 해결하려면 구글의 어떤 서비스를 써야 하는감? 이라는 질문입니다. 보통 재난 상황을 대비해 disaster recovery (DR) 계획들을 세웁니다. 시스템 아키텍처에 따라 hot, warm, cold 등으로 구분하기도 합니다. 사용 중인 시스템이 마비되면 대기 중이던 시스템이 동작하게 됩니다. 때론 대기 중이 아니라, 실시간으로 운영 중인 시스템을 계속해서 실시간으로 복제하기도 합니다. 이러한 시스템을 failover 시스템이라고 합니다. 위의 문제는 네트워크 때문인데요. 이를 해결하기 위해서는 Cloud VPN보다 더 좋은 (비싼) 서비스를 이용해야 합니다.
Cloud Interconnect 는 public Internet을 이용하지 않고 물리적으로 온프레미스 네트워크와 GCP VPC 네트워크를 연결합니다. 속도는 80Gbps까지 지원합니다. high speed와 low latency이지만 가격이 비쌉니다. hops(홉)의 수가 적어 장애 포인트도 적습니다. 위와 같이 latency 문제와 패킷이 유실되는 경우는 Cloud Interconnect를 사용해야 합니다. dedicated란 의미는 전용선이라고 이해하면 좋을 것 같습니다. 정답은 A 입니다. 키워드는 Interconnect, On-premise network --> Google VPC network , dedicated connection 입니다.
GCP 에서 아래와 같이 신청할 수 있습니다.
위의 내용을 잘 이해하셨다면 다음 문제도 풀어보세요.
- You want to create a private connection between your instances on Compute Engine and your on-premises data center. You require a connection of at least 20 Gbps. You want to follow Google recommended practices. How should you set up the connection?
A. Create a VPC and connect it to your on-premises data center using Dedicated Interconnect.
B. Create a VPC and connect it to your on-premises data center using a single Cloud VPN.
C. Create a Cloud Content Delivery Network (Cloud CDN) and connect it to your on-premises data center using Dedicated Interconnect.
D. Create a Cloud Content Delivery Network (Cloud CDN) and connect it to your on-premises datacenter using a single Cloud VPN.
온프레미스 데이터 센터와 구글 컴퓨트 엔진 인스턴스랑 private 하게 연결하고 싶고, 속도도 최소 20Gbps가 나왔으면 좋겠다. 어떻게 하면 되냐? 라는 문제입니다. private한 조건을 만족시키기 위해 Public Internet 을 통과하지 않는 전용선을 쓰면 되고, Dedicated Interconnect는 최소 10Gbps ~ 최대 80Gbps 지원하므로 20Gbps 조건도 만족합니다. 정답은 A !!!
Comments
Post a Comment