Showing posts with label EC2. Show all posts
Showing posts with label EC2. Show all posts

2013/02/06

Connect Amazon Web Service EC2

Recently, I'm trying to setup a AWS EC2.
The connection problem caused me a headache.
Luckily still a lot of bloggers are sharing their knowledge and saved my time.


  1. Make sure you've downloaded your key pair in the folder you're accessible.
  2. Use the following command to connect to your server
    ssh -i keypair_name.pem username@hostname_or_ip
  3. Then you're ready to go!