This directory contains a test setup for an ECS service.
- service default: ALB via HTTP
- service features: based on default, custom healthcheck and EFS
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