Quantcast
Channel: Active questions tagged amazon-ec2 - Stack Overflow
Viewing all articles
Browse latest Browse all 29409

how to ssh into ec2 windows server

$
0
0

How do I ssh into an aws windows server? To ssh into an ubuntu server, I run this command:

ssh -i key-pair.pem ubunutu@ipv4

What is the username for a windows aws server? I cannot find this anywhere. I have tried this command, but it is unsuccessful, command and stack trace below:

 ssh -i key-pair.pem ec2-user@ipv4
ssh: connect to host 34.208.169.113 port 22: Connection timed out

edit:

This is what my security group for the windows ec2 instance looks like:

enter image description here


Viewing all articles
Browse latest Browse all 29409

Trending Articles