An infrastructure engineer needs to provision a managed relational database on Google Cloud for a standard regional web application that requires ACID compliance and automatic high-availability failover. The application does not require global multi-region scaling. Which Google Cloud database service should be provisioned?
- Cloud SQLAnswer
- BCloud Spanner
- CStorage Transfer Service
- DCloud Storage configured with Customer-Supplied Encryption Keys (CSEK)
Answer
Cloud SQL is the correct database service to provision for a standard regional relational workload requiring high availability.
Cloud SQL is Google Cloud's fully managed relational database service supporting PostgreSQL, MySQL, and SQL Server engines. It supports regional high-availability configurations out of the box, making it the standard choice for regional transactional relational workloads.
Step-by-Step Solution
Key Concept
Provisioning Cloud SQL for regional relational workloads
Estimated Time:45s