rancher / quickstart

380 stars 335 forks source link

Quickstart examples AWS, DO and Vagrant not working #151

Closed ollin closed 3 years ago

ollin commented 3 years ago

Hello,

I tried your AWS and Digitalocean examples with the head from master.

I tried the vagrant example

Something broken in the quickstart examples?

bashofmann commented 3 years ago

I just tried both the aws and do examples and they work fine. From the limited information provided, it looks like terraform is unable to ssh into the aws instance it just created. The reason of this could be either something preventing the ssh connection to the remote server on the machine where you are running terraform on (local and network firewalls, corporate proxies, ssh settings). Or it could be that the default vpc, where the terraform module create the ec2 instances, is somehow limited and does not accept ssh connections from where you are running terraform.

ollin commented 3 years ago

Thx for the answer. I tried it 3 times and then the ssh connection was fine. No idea what was going on. :|