Skip to content

v1.3.0

Latest

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 14 Apr 19:50

πŸš€ Enhancements

feat(rds_instance): support blue green deployments @RoseSecurity (#206) ## what
  • Add support for blue green deployments by creating a boolean input for blue_green_update_enabled
  • Update examples with usage

why

  • Enables low-downtime updates using RDS Blue/Green deployments. Low-downtime updates are only available for DB Instances using MySQL, MariaDB and PostgreSQL, as other engines are not supported by RDS Blue/Green deployments. They cannot be used with DB Instances with replicas.

references