I am having a problem connecting with my Ubuntu 16.04 ec2 instance on aws. I have added my public key to authorized keys file and also added my ip for ssh access on port 22 using Myip.
I am trying to connect using normal way:
ssh ubuntu@aws-instance.com
I have even rebooted my ec2 instance.
What else do I need to do to get access?
Thanks