1 Answer
- Newest
- Most votes
- Most comments
0
The instructions you linked to depend on an SSH tunnel being established before you can connect to the VNC server on the remote. The following line:
ssh -L 5901:localhost:5901 -i PEM_FILE ec2-user@INSTANCE_IP
from the instructions is critical. Is that, specific, ssh session running and is PEM_FILE and INSTANCE_IP properly replaced with values from your new, larger instance?
Suggestions:
- Use a static IP so that
INSTANCE_IP
doesn't change. - Furthermore, use a DNS name pointing to that static IP to make it even easier.
I hope this helps!
Donley
answered 2 years ago
Relevant content
- asked 3 years ago
- Accepted Answerasked 8 months ago
- asked a year ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 5 months ago