I'm looking at the GCE "Cloud SQL" product, and specifically the MySQL flavour. I'm a bit confused about how this product operations in non-HA mode.
I understand that in HA mode, you have a standby replica ready to kick in if your primary instance becomes unavailable.
However, what happens if a non-HA instance becomes unavailable? Will GCE always, eventually at some point, bring it back up again? When it is brought up again, would worst case scenario then be that your data is 24 hours old (last daily backup)? Or is manual work actual required in this case; e.g you need to provision a new instance based on a backup yourself?
It appears to me that the non-HA mode has a guarantee of 99.95% availability. Is the HA-mode then what covers your back during the 0.05% remaining time?
Cloud SQL automates all your backups, replication, encryption patches, and capacity increases—while ensuring greater than 99.95% availability, anywhere in the world.