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

Complete example node cluster join fails #63

Closed
1 task done
mbeacom opened this issue Jun 20, 2022 · 2 comments · Fixed by #64
Closed
1 task done

Complete example node cluster join fails #63

mbeacom opened this issue Jun 20, 2022 · 2 comments · Fixed by #64
Labels

Comments

@mbeacom
Copy link
Contributor

mbeacom commented Jun 20, 2022

Description

Using examples/complete/ as-is now results in the provisioned EC2 instances being unable to join the ECS cluster.
Toggling enable_nat_gateway = true on

enable_nat_gateway = false
resolves the inability to

  • ✋ I have searched the open/closed issues and my issue is not listed.

⚠️ Note

Versions

  • Module version [Required]: v4.0.1
  • Terraform version: 1.2.3 - darwin_arm64
  • Provider version(s): aws == v4.19.0

Reproduction Code [Required]

Steps to reproduce the behavior:

  • cd examples/complete/ && terraform init && terraform apply -auto-approve

Expected behavior

  • Apply terraform
  • Check ECS cluster instances (ec2 instance does join the cluster)
  • Services become healthy (because the tasks are spun up and placed appropriately for the example).

Actual behavior

  • Apply terraform
  • Check ECS cluster instances (ec2 instance doesn't join the cluster)
  • Services don't become healthy (because the tasks can't be placed anywhere for the example).
mbeacom added a commit to mbeacom/terraform-aws-ecs that referenced this issue Jun 20, 2022
@antonbabenko
Copy link
Member

This issue has been resolved in version 4.0.2 🎉

@github-actions
Copy link

github-actions bot commented Nov 8, 2022

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants