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
Error: creating Auto Scaling Group (windmill-cluster-asg): ValidationError: You must use a valid fully-formed launch template. The image id '[ami-09c0b8e7f21923ac0]' does not exist
Error: creating Auto Scaling Group (windmill-cluster-asg): ValidationError: You must use a valid fully-formed launch template. The image id '[ami-09c0b8e7f21923ac0]' does not exist
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
David Zhang
David Zhang3mo ago
@windmill can anyone opine here? I’m happy to make a PR if someone can point me to the updated AMI
rubenf
rubenf3mo ago
I believe the AMI should simply be a recent amazon linux
David Zhang
David Zhang3mo ago
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
rubenf
rubenf3mo ago
Thanks so much, will merge soon