This directory contains a test setup for an ECS service on Fargate.
- service loadbalanced: ALB via HTTP
- service default: HTTP without ALB
Terraform is managed via the tool tfenv . Ensure you have installed tfenv. And install via tfenv the required terraform version as listed in .terraform-version
source ./generate-ssh-key.sh
terraform init
terraform plan
terraform apply
Once done you can test the service via the URL on the console. It can take a few minutes before the service is available
terraform destroy