terraform-aws-rds-aurora
terraform-aws-rds-aurora copied to clipboard
Terraform module to create AWS RDS Aurora resources πΊπ¦
## Description Updated the module to add feature to create parameter group for aws-rds-aurora cluster and instances. The idea is to provision the groups (optionally of course) with the needed...
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. ## Is your request related to...
## Is your request related to a new offering from AWS? The feature is already available. ## Is your request related to a problem? Please describe. The problem is we...
## Description When running Terraform using the module, the `module.this.module.aurora_postgresql.aws_rds_cluster.this[0]` fails with a ```Error: error creating RDS cluster: InvalidParameterCombination: Cannot find version null for aurora-postgresql β status code: 400, request...
## Description I have several ServerlessV2 Clusters and sometimes they startup with one instance in one az and one reader in another but it's not guaranteed. Is there something I'm...
## 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...
## Description Add an input `allowed_ipv6_cidr_blocks` to set `ipv6_cidr_blocks` in the `cidr_ingress` security group. ## Motivation and Context In the last release, the `network_type` input was introduced. As `allowed_cidr_blocks` is...
feat: Add global_upgradable variable to support major engine version upgrades to global clusters.
Fix #425. A much more thorough explanation is provided in examples/global-cluster/README.md. I recognize this adds complexity just to ignore `engine_version`, but ... I don't know another way around this issue....
## Description There is an issue with global database clusters that is [documented in the provider](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/rds_global_cluster#upgrading-engine-versions) but not yet accounted for in the module. It only appears when both using...
## Description When creating a cluster with autoscaling enabled, cluster is not automatically scaled to `autoscaling_min_capacity` value and remains stuck with directly created instances. - [β ] β I have searched...