Understanding Amazon RDS Blue/Green Deployment. Creation to Switchover !!
AWSLearn (by Girish Mukim) AWSLearn (by Girish Mukim)
1.93K subscribers
8,991 views
186

 Published On Mar 9, 2023

Learn AWS from the certified solution architect.
Understanding Amazon Blue/Green Deployment. Creation to Switchover !!

You can also refer to this blog if you prefer written format
https://dev.to/girishmukim/fully-mana...

A blue/green deployment copies a production database environment to a separate, synchronized staging environment. By using Amazon RDS Blue/Green Deployments, you can make changes to the database in the staging environment without affecting the production environment. For example, you can upgrade the major or minor DB engine version, change database parameters, or make schema changes in the staging environment. When you are ready, you can promote the staging environment to be the new production database environment, with downtime typically under one minute.

Currently, blue/green deployments are supported only for RDS for MariaDB and RDS for MySQL.

This tutorial helps to understand -

What is Blue/Green Deployment w.r.t. Amazon RDS?
How to create blue/green deployment ?
How to switchover?
What are the changes to the environment post switchover ?
How much downtime is expected, in general using this method?

Refer this shared document for commands and script used in this tutorial -
https://drive.google.com/file/d/1j0Yr...



Guys, Please subscribe if you like such technical content. Don't hesitate if you would like to share the content. Knowledge shared is knowledge squared.

-~-~~-~~~-~~-~
Please watch: "Integrate Amazon Bedrock Foundation Models with Lambda function @AWSLearn #ai #aws #awsbedrock"
   • Integrate Amazon Bedrock Foundation M...  
~-~~-~~~-~~-~

show more

Share/Embed