https://github.com/redis/rdi-cloud-automation
https://github.com/redis/rdi-cloud-automation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/redis/rdi-cloud-automation
- Owner: redis
- Created: 2025-09-19T14:24:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-11-03T20:02:14.000Z (3 months ago)
- Last Synced: 2025-11-03T22:05:40.644Z (3 months ago)
- Language: HCL
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rdi-cloud-automation
Terraform modules to configure producer databases and network connectivity for RDI.
## Examples
The `examples` directory contains complete examples which can be configured and run with `terraform apply`:
### aws-ec2-privatelink
Creates an example Postgres database exposed with PrivateLink. This example creates a VPC and can be used to try RDI quickly with no existing resources.
## Modules
The `modules` directory contains reusable Terraform modules which can be composed together.
### aws-privatelink
AWS PrivateLink connection via a Network Load Balancer.
### aws-rdi-quickstart-postgres
VPC and EC2 instance with a sample Postgres database.
### aws-secret-manager
AWS KMS Key and Secret Manager secret for RDI to authenticate.