Setup SSH in an EC2 instance

+1 vote
I need SSH access to an Amazon EC2 instance running Ubuntu 10.4. All I got is the amazon username and password. Can someone help me sort this?
Mar 27, 2019 in AWS by Ravi
370 views

1 answer to this question.

+1 vote

To setup SSH to your EC2 instance you simply need to follow the steps mentioned here:

ssh -i /path/to/private-key ubuntu@<ec2-public-dns-address>

just use ubuntu instead of root. Your problem will be solved.

answered Mar 27, 2019 by Golu

Related Questions In AWS

0 votes
1 answer
+1 vote
2 answers

How to create an EC2 instance in AWS Console?

Here is a step by step guide ...READ MORE

answered Feb 11, 2019 in AWS by Shubendu
1,693 views
0 votes
1 answer
0 votes
1 answer

Using Shapely on AWS Lambda with Python 3

For some reason, the pip install of ...READ MORE

answered Oct 8, 2018 in AWS by Priyaj
• 58,090 points
2,591 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to install Python on my ec2 instance?

EC2 on linux machine currently supports python3.4 ...READ MORE

answered Mar 27, 2019 in AWS by Ritesh
3,613 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP