Using Amazon RDS Blue/Green Deployments for database updates
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.
Note
Currently, Blue/Green Deployments are supported only for Aurora MySQL and Aurora PostgreSQL. For Amazon RDS engine availabilty, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide.