Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[P1] Invalid launch template in Terraform when not using custom AMI #283

Open
1 of 5 tasks
willroberts opened this issue Apr 22, 2023 · 0 comments
Open
1 of 5 tasks
Labels
bug Something isn't working

Comments

@willroberts
Copy link
Collaborator

Summary

We may have a bug in the ECS Terraform module where launch templates are created. When not using a custom AMI, terraform apply can fail with the following error:

ValidationError: You must use a valid fully-formed launch template. The request must contain the parameter ImageId

Impacted services

  • The frontend app
  • The game servers
  • Game builds or automation scripts
  • Tests or Github Actions
  • Infrastructure (Terraform)

Steps to reproduce

  1. Configure a TF environment to use a standard ECS AMI instead of a custom AMI
  2. Run terraform apply
@willroberts willroberts added the bug Something isn't working label Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant