Amazon uses SSH key files for authentication instead of the traditional password. In order to access anything on our Amazon EC2 Instances you will need to setup the Flogistix key file on your computer. The key can be downloaded from the bottom of this page (Flogistix.pem). RDS databases use a master password instead of PEM files.
Login to http://console.aws.amazon.com and enter username and password
Username: canderson2@gmail.com
Password: Fl0gist!x
On the main AWS Console. Click the EC2 button.
Check the box next to the instance you wish to make changes to and press the Actions button.
You can start and stop instances in the drop down. Note: Before you (or anyone else) can connect to an instance it must have an Elastic IP assigned to it. These IP addresses can be assigned by going to the Elastic IP area (Button located on lower left sidebar)
Managing RDS databases in the console is a little different and doesn't give nearly as much control
From the Home page click RDS
To visualize the activity of your databases check each box and press Show Monitoring
To see specific information about the database (including the endpoint) press the lookup button (a magnifying class on a document)
SSH key files are installed to a user's hidden .ssh folder within their user directory:
Open a new Windows Explorer window
Navigate to your user folder.
Click in the address bar and append .ssh i.e [...\Users\Adam\.ssh]
Drag and drop the downloaded pem key file into this directory.
Open a new Finder window
Press cmd + Shift + g
Type ~/.ssh
Drag and drop the downloaded pem key file into this directory.
Download an application called Zoc. Install it.
Press the Host Directory button.
Press New...
Assign a title for this connection
Fill in the IP address for the EC2 server you wish to connect to under Connect to (Port is 22)
Change Connection Type to SSH
Press the Login tab
For username put in ec2-user
Next to the SSH Key File line- press the ... button.
Navigate to the Flogistix PEM file. (Located in your user directory > .ssh folder)
Press Open then OK
Select the newly created connection and press Connect
Open your favorite FTP client (Filezilla or Cyberduck)
Open a new connection
Enter the following credentials
Host: (IP Address of the Instance)
Username: ec2-user
Password: Password is the PEM file. There should be a button allowing you to locate your PEM file to use as the password.
Connect to the instance.
Web Root: /var/www/html/
HTTPD (Apache) Config: /etc/httpd/conf/httpd.conf
VHOST Config: /etc/httpd/conf.d/vhost.conf