This repository contains the code and configuration for upgrading an Aurora MySQL RDS cluster using blue-green deployment.
main.tf
: Terraform configuration for RDS clusterweb_app/
: Python web application for database management.gitignore
: Git ignore file for development files
- Blue-green deployment for RDS cluster upgrades
- Python web application for database management
- Terraform infrastructure as code
- Python 3.x
- AWS CLI
- Terraform
- GitHub CLI
- Clone the repository
- Configure AWS credentials
- Run Terraform to create resources
- Deploy the web application
MIT License