terraform-aws-rds-aurora
terraform-aws-rds-aurora copied to clipboard
feat: Add support to create a headless cluster
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 -aon my pull request