
backend.tf - Lay the foundation.
provider.tf - Set the stage with your AWS profile.
variables.tf/vars.tfvars - Tweak the settings based on your needs.
network.tf - Build the virtual networking.
security.tf - Lock it down. No unauthorized entry!
alb.tf - Introducing the star of the show - the Application Load Balancer (ALB).
ecs.tf - ECS steals the spotlight. Containers, ahoy!
auto_scaling.tf - Because who likes manual labor?
logs.tf - Keep an eye on what's happening.
outputs.tf - The grand finale. What's the verdict?Posted Jan 13, 2024
This repo hosts an sample configuration to prepare an ECS cluster using Terraform.
0
6