- Newest
- Most votes
- Most comments
Hi Chris,
I assume that you are looking the reference for PostgreSQL RDS and not for MySQL/MariaDB RDS.
The document[1] below does not have the mention of "Preparing an RDS for MySQL/MariaDB DB instance for a blue/green deployment" so I will take up with the documentation team to update the page.
That being said, the only requirement for MySQL/MariaDB RDS instance to have Blue Green Deployment is to have automated backups to be turned on (backup retention period >=1). So if you have automated backups for MariaDB RDS turned ON then you should be good. And there is no downtime associated while you create a Blue Green Deployment for your MariaDB RDS. If you have backup retention as 0 i.e. automated backups being disabled then enabling it back will require some downtime.
Also since you are new to blue/green deployment then I would recommend going through the overview page[2] and test this out on your test/staging instance to get some hands-on experience.
References:-
[1] Creating a blue/green deployment - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments-creating.html
[2] Overview of Amazon RDS Blue/Green Deployments - https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments-overview.html
Relevant content
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago