This project uses Terraform to automate the deployment of a single Amazon RDS instance with PostgreSQL on AWS. Amazon RDS (Relational Database Service) is a managed relational database service that makes it easy to deploy, operate, and scale databases.
Before you begin, ensure you have the following prerequisites:
- Terraform (verify with
terraform --version) - AWS CLI configured with valid credentials
- Internet access
-
Clone this repository:
git clone https://github.com/lfneves/infra-rds-terraform.git