I have a previous post ongoing here on the forum but unfortunately I haven’t got any response so I try again! What I’m trying to accomplish is pretty straightforward but it fails to work. I’ve tried numerous combinations of AMI:s and even enabled ‘root’ ssh-login by enabling PermitRootLogin yes in the ssh config file to no avail! Even assigned an “allow all” security group to iron out any faulty FW rules but still no success.
I have created a node template, set the correct AWS-region and tried any combination of ‘ubuntu’, ‘root’, ‘rancher’ ssh user for provisioning but still doesn’t work. The Rancher Server log output looks like this:
2020/11/10 15:24:31 [INFO] [node-controller-rancher-machine] Creating CA: /management-state/node/nodes/sandbox-1/certs/ca.pem
2020/11/10 15:24:31 [INFO] [node-controller-rancher-machine] Creating client certificate: /management-state/node/nodes/sandbox-1/certs/cert.pem
2020/11/10 15:24:32 [INFO] [node-controller-rancher-machine] Running pre-create checks...
2020/11/10 15:24:32 [INFO] [node-controller-rancher-machine] Creating machine...
2020/11/10 15:24:32 [INFO] [node-controller-rancher-machine] (sandbox-1) Launching instance...
2020/11/10 15:25:03 [INFO] [node-controller-rancher-machine] Waiting for machine to be running, this may take a few minutes...
2020/11/10 15:25:07 [INFO] [node-controller-rancher-machine] Detecting operating system of created instance...
2020/11/10 15:25:07 [INFO] [node-controller-rancher-machine] Waiting for SSH to be available...
I must be missing something really basic here but the question is what…?