Wednesday, 25 June 2014

Connection Steps for AWS Red Hat Linux

If you want to connect to AWS Red Hat Linux  instance with  putty or tool like winscp then perform following steps:-

1. Get your AWS Keys which is a .pem file.
2. Convert your .pem key file into .ppk File using PuttyGen.
3. Browse your .ppk file in putty client
   
4. Put command in putty
    sudo su -
 
     
5. Connect with root user.
6. If root user doesn't work than try with ec2-user.
7. Your instance is now connected.