AWS Infrastructure

Implementation of Infrastructure-as-code using Terraform.

Representation of AWS Infrastructure

Root Modules

The project is structured with the following root module architecture:

Cluster: Main resources such as application runtime, database, and dependencies.

Network: Contains the core VPC configuration.

CloudFront: CloudFront distribution and WAF ACL.

Core: This is a helper module for resources that should remain separate from their main modules for better governance, such as ACM, ECR, and others.

Representation of root module dependencies

Last updated