control-tower icon indicating copy to clipboard operation
control-tower copied to clipboard

Deployment in AWS us-east-1 failing - vm for bosh/0 timing out

Open mvxt opened this issue 6 years ago • 0 comments

Summary

Cannot complete installation on AWS us-east-1 region. It is failing with the following error message:

Started deploying
  Creating VM for instance 'bosh/0' from stemcell 'ami-0a516ac768a92a3b2 light'... Finished (00:00:38)
  Waiting for the agent on VM 'i-01a16381f3c676634' to be ready... Failed (00:06:20)
Failed deploying (00:06:58)

Stopping registry... Finished (00:00:00)
Cleaning up rendered CPI jobs... Finished (00:00:00)

Deploying:
  Creating instance 'bosh/0':
    Waiting until instance is ready:
      Starting SSH tunnel:
        Starting SSH tunnel:
          Failed to connect to remote server:
            dial tcp 3.216.195.235:22: connect: operation timed out

Exit code 1
exit status 1

Misc. Info:

  • AWS keys have admin privileges
  • Command being executed is control-tower deploy --iaas aws --region us-east-1 example-name (and destroy)
  • [13:53:38] mikeyvxt:control-tower git:(master*) $ control-tower -v Control-Tower version 0.8.2
  • Deploying from: Apple Macbook 15", 2018. macOS Mojave 10.14.6

Steps to Recreate

  1. I ran control-tower for the first time several days ago, and it did work. But for various reasons I needed to destroy the installation.
  2. Reran the deployment command as above today using a different project name and started encountering this error.
  3. Tried for multiple different AWS accounts and same error happens on all of them.

mvxt avatar Oct 04 '19 20:10 mvxt