A system administrator needs to deploy a fully managed relational database on Google Cloud to support an existing web application that uses a standard MySQL engine. Which Google Cloud database service best satisfies this requirement with minimal operational overhead?
- Cloud SQLAnswer
- BCloud Bigtable
- CFirestore
- DCloud Storage
Answer
Cloud SQL is the recommended service because it provides fully managed relational database instances running native MySQL.
Cloud SQL is Google Cloud's fully managed relational database service that directly supports standard MySQL, PostgreSQL, and SQL Server engines with automated backups, replication, and patching.
Step-by-Step Solution
Key Concept
Selecting managed relational database services in GCP based on engine requirements
Estimated Time:45s