What is cloudposse rds-cluster aws?
This Terraform module provisions an RDS Aurora cluster, supporting either MySQL or PostgreSQL databases. It automates the deployment and configuration of the cluster, including the creation of the database instance, parameter group, and subnet group. The module allows users to customize various parameters, such as the database engine, instance type, and storage settings, to meet their specific requirements. It also provides options for enabling automated backups, setting the backup retention period, and configuring the cluster's network settings. By leveraging this module, users can efficiently and consistently deploy Aurora clusters as part of their infrastructure, streamlining the process and reducing the risk of manual errors
Highlights
- Supports both MySQL and PostgreSQL database engines for the Aurora cluster
- Enables customization of various parameters, including instance type, storage settings, and backup configurations
- Automates the creation of the database instance, parameter group, and subnet group
- Provides options for enabling automated backups and setting the backup retention period
- Configures the cluster's network settings, such as the VPC and subnet assignments