The purpose of this repository is to test the deployment of infrastructure in AWS and keep learning.
This project builds a global network architecture using AWS Transit Gateway spanning multiple regions. The infrastructure is managed using Terraform modules with environment-specific configurations.
In our first iteration, we will build a Global Network based on the diagram below:
├── docs/ # Documentation
├── modules/ # Reusable Terraform modules
│ └── create-vpc/ # VPC creation module
├── envs/ # Environment-specific configurations
│ └── dev/ # Development environment
│ └── euw2/ # EU West 2 region
├── vars/ # Shared variable definitions
└── resources/ # Documentation assets
For detailed setup and deployment instructions, see:
- Getting Started Guide - Prerequisites, initial setup, and development workflow
- Deployment Instructions - Step-by-step deployment guide and troubleshooting
The project includes a GitHub Actions pipeline that:
- Runs on pushes to
mainand pull requests - Generates cost estimates using Infracost
- Posts cost analysis comments on pull requests
- create-vpc: Creates VPC with public/private subnets, route tables, and NAT gateways
See the Deployment Guide for detailed module usage examples.
- Pipelines:
- Terraform Format
- TF Linting
- Docs generation with Terraform Docs
- Add Transit Gateway module
- Multi-region deployment automation
- Enhanced monitoring and logging
- Tools
- AWS Clound Control Provider
- Deployment Scripts (via Taskfile)
