PROFESSIONAL-CLOUD-ARCHITECT · Question #87
As part of implementing their disaster recovery plan, your company is trying to replicate their production MySQL database from their private data center to their GCP project using a Google Cloud VPN c
The correct answer is B. Configure a Google Cloud Dedicated Interconnect.. Adding additional tunnels only help if you have the bandwidth to support it. The latency is likely a result of an unreliable connection, which additional tunnels will not help with. From the description, the primary fault lies in the fact that their connection is too slow and unr
Question
Options
- AConfigure their replication to use UDP.
- BConfigure a Google Cloud Dedicated Interconnect.
- CRestore their database daily using Google Cloud SQL.
- DAdd additional VPN connections and load balance them.
- ESend the replicated transaction to Google Cloud Pub/Sub.
How the community answered
(18 responses)- A6% (1)
- B72% (13)
- D6% (1)
- E17% (3)
Explanation
Adding additional tunnels only help if you have the bandwidth to support it. The latency is likely a result of an unreliable connection, which additional tunnels will not help with. From the description, the primary fault lies in the fact that their connection is too slow and unreliable. A Dedicated Interconnect will give them the speed and reliability they need to complete the transfer.
Topics
Community Discussion
No community discussion yet for this question.