terraform-aws-rds-aurora icon indicating copy to clipboard operation
terraform-aws-rds-aurora copied to clipboard

feat: Add support to create a headless cluster

Open renato0307 opened this issue 3 years ago β€’ 0 comments

Description

Allows to create a headless Aurora DB cluster, like explained in the docs:

  • https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-getting-started.html#aurora-global-database-attach.console.headless
  • https://aws.amazon.com/blogs/database/achieve-cost-effective-multi-region-resiliency-with-amazon-aurora-global-database-headless-clusters/

Motivation and Context

Achieve cost-effective multi-Region resiliency with Amazon Aurora Global Database headless clusters.

Breaking Changes

No.

How Has This Been Tested?

  • [X] I have used this module to provision an Aurora Global Database with clusters in two regions, being the secondary a headless cluster
  • [X] I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • [X] I have tested and validated these changes using one or more of the provided examples/* projects
  • [X] I have executed pre-commit run -a on my pull request

renato0307 avatar Sep 20 '22 05:09 renato0307