skyscrapers/terraform-concourse

Workers not starting

paulmiller3000 opened this issue · 1 comments

Describe the problem
Pipelines are not running. When executing fly -t main workers we see that no workers are running.

To Reproduce
Steps to reproduce the behavior:

  1. Provision VPC
  2. Run terraform apply
  3. Wait about 5 minutes for web to become available
  4. Run fly --target main login --team-name main --concourse-url https://concourse.mydomain.com/ to authenticate
  5. Run fly -t main workers

Expected behavior
Expect two workers to be running

Disregard. I had tried going with an Application Load Balancer instead of an Elastic Load Balancer. Everything worked except the workers. Per the blog post ALBs are not yet supported. Once I reverted to an ELB, it worked.