AMI in Terraform template doesn't exist
The Terraform template: https://github.com/windmill-labs/windmill/blob/main/examples/deploy/aws-ecs-terraform/README.md
Contains an AMI:
ami-09c0b8e7f21923ac0
but the AMI does not exist
Specifically on this line: https://github.com/windmill-labs/windmill/blob/main/examples/deploy/aws-ecs-terraform/ecs_cluster.tf#L3
Is there a new AMI to use?GitHub
windmill/examples/deploy/aws-ecs-terraform/README.md at main · wind...
Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool. - windmill-labs/windmill
GitHub
windmill/examples/deploy/aws-ecs-terraform/ecs_cluster.tf at main ·...
Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool. - windmill-labs/windmill
4 Replies
@windmill can anyone opine here? I’m happy to make a PR if someone can point me to the updated AMI
I believe the AMI should simply be a recent amazon linux
That worked, also opened a PR here: https://github.com/windmill-labs/windmill/pull/3448
GitHub
Update AMI used in aws-ecs-terraform example by Git-on-my-level · P...
Previous AMI no longer exists, updated to latest Amazon Linux 2023
Thanks so much, will merge soon