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

[Bug]: ECS with ALB example does not work as described #30086

Open
FionnD opened this issue Mar 17, 2023 · 1 comment
Open

[Bug]: ECS with ALB example does not work as described #30086

FionnD opened this issue Mar 17, 2023 · 1 comment
Labels
bug Addresses a defect in current functionality. examples Introduces or discusses updates to examples.

Comments

@FionnD
Copy link

FionnD commented Mar 17, 2023

Terraform Core Version

1.3.9

AWS Provider Version

4.58.0

Affected Resource(s)

aws_launch_configuration, aws_ecs_service

Expected Behavior

Based on the example code provided here. The expected behaviour is to run the code and an ECS service with an attached EC2 instance running a ghost example should be deployed.

Actual Behavior

Terraform script runs successfully, however, the ECS service fails to deploy the example container correctly. The ECS service and task are created, but no container instances are linked to the cluster. Preventing the container from deploying. The EC2 does exist.

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

All files can be found here, with no changes.

Steps to Reproduce

terraform apply \
	-var admin_cidr_ingress='"{your_ip_address}/32"' \
	-var key_name={your_key_name}

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Would you like to implement a fix?

None

@FionnD FionnD added bug Addresses a defect in current functionality. needs-triage Waiting for first response or review from a maintainer. labels Mar 17, 2023
@github-actions
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@justinretzolk justinretzolk added examples Introduces or discusses updates to examples. and removed needs-triage Waiting for first response or review from a maintainer. labels Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Addresses a defect in current functionality. examples Introduces or discusses updates to examples.
Projects
None yet
Development

No branches or pull requests

2 participants