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: