Upstream timeout error 514 Upstream not found error 519

0

I created a new instance in lightsail and am trying to access the windows console to that instance but I get these two errors, one a error 514 Upstream_timeout and error 519 Upstream not found. The console works for my other instances and even got to the point on this new instance where it was showing me as admin with the loading bubble but never went through. Can any one advise why this might be happening and or help us fix the issue so we can continue our work on this new instance. I read on the forums already that it may be size of instance but its new so nothing there so dont think thats it. This error is seen by multiple people on various machines and browsers with different geographical locations so some of the other suggestions dont apply either. Any advice is greatly appreciated.

질문됨 8달 전322회 조회
2개 답변
0

Hello.

If for some reason sshd is not started at startup, such an error will occur.
Since it is a new instance, I think the problem can be solved by creating Lightsail again, or by creating a snapshot and having the startup script execute the following command when starting from the snapshot.
https://repost.aws/knowledge-center/lightsail-resolve-ssh-console-errors

sudo ufw disable
sudo iptables -F
sudo mv /etc/hosts.deny /etc/hosts.deny_backup
sudo touch /etc/hosts.deny
sudo systemctl enable sshd
sudo systemctl restart sshd
profile picture
전문가
답변함 8달 전
profile pictureAWS
전문가
검토됨 8달 전
  • SSH "started" at startup? I appreciate the direction but I'm a little confused by your answer, I didnt have the option to run or start the SSH. Its a new instance and without being able to connect, creating a new one will be easy but my question is where can i "start" the SSH when i create the instance without using the code? I'll read up on your link as well but figured Id ask since I didnt see the SSH option to start when i created the instance

0

This problem seemed to fix itself! Not sure if it was a propagation issue or something similar but it allowed me to connect this morning without a problem, odd but thankful for the suggestions

답변함 8달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠