Thursday, June 7, 2012

Access Cloud

Usually I never care how to access cloud.. but today since sister salina is on leave, so I have to assist bro John.
#sudo su
#password aminah:

Firsty we do remote the cloud using unix server. In my case im using Ubuntu server to ssh the cloud server.

1. Copy contoso.pem to /home/aminah
2. chmod 400 contoso.pem
3. ssh -i contoso.pem ubuntu@xxx-ip-ip-ip-ip.ap-southeast-1.compute.amazonaws.com (this we can get from below step)
  • step to get command. 
    • Go to amazon (https://console.aws.amazon.com)-> login
    • EC2 -> instance 
    • right click to the instance  -> connect
    • choose tab  Connect with a standalone SSH Client  ->  copy
    • ps: the command line is the ssh command in step 2.
done.. 
If you want to copy, I choose to use reverse copy. 

No comments:

Post a Comment