Note: This module is in alpha state and is likely to contain bugs and updates may introduce breaking changes. It is not recommended for production use at this time.
Terraform Amazon Aurora
Terraform module for automating deployment of Amazon Aurora and related resources following AWS best practices.
Supported Features
- Aurora Provisioned cluster (MySQL & PostgreSQL)
- Aurora Global databases (MySQL & PostgreSQL)
Deployment Procedure
To deploy the Terraform Amazon Aurora module, do the following:
-
Install Terraform. For instructions and a video tutorial, see Install Terraform.
-
Sign up and log into Terraform Cloud (There is a free tier available).
- Create a Terraform organization.
-
Configure Terraform Cloud API access. Run the following to generate a Terraform Cloud token from the command line interface:
terraform login --For Mac/Linux export TERRAFORM_CONFIG="$HOME/.terraform.d/credentials.tfrc.json" --For Windows export TERRAFORM_CONFIG="$HOME/AppData/Roaming/terraform.d/credentials.tfrc.json" -
Install and configure the AWS Command Line Interface (AWS CLI).
-
If you don't have git installed, install git.
-
Clone this aws-ia/terraform-aws-rds-aurora repository using the following command:
git clone https://github.com/aws-ia/terraform-aws-rds-aurora.git