Difference between revisions of "Amazon AWS Hosted Web Site, start to finish"

From Colettapedia
Jump to navigation Jump to search
(Created page with "==General== # Buy the domain using [http://www.mydomain.com Mydomain.com]")
 
Line 1: Line 1:
==General==
+
==General Steps==
 
# Buy the domain using [http://www.mydomain.com Mydomain.com]
 
# Buy the domain using [http://www.mydomain.com Mydomain.com]
 +
# [http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/get-set-up-for-amazon-ec2.html#sign-up-for-aws Sign up for Amazon Web Services, create a Key Pair, and create a security group]
 +
#* Get started using EC2 with [http://aws.amazon.com/free/ AWS Free Usage Tier]
 +
#* Not possible to specify password when logging into instance, need public key (btw which only works for the region it was created):
 +
#*# Open up [https://console.aws.amazon.com/console/home?# Amazon Web Services Console]
 +
#*# Open up EC2 Console
 +
#*# Choose your correct region via navigation bar at the top right
 +
#*# On the left navigation pane under "NETWORK & SECURITY," choose Key Pairs
 +
#*# Click Create Key Pair, choose a name for the key pair, probably including the region for which the key pair was created. A .pem file will automatically be downloaded locally. <code>chmod 400</code> the file. Need to specify the .pem file when SSHing.

Revision as of 14:46, 1 December 2013

General Steps

  1. Buy the domain using Mydomain.com
  2. Sign up for Amazon Web Services, create a Key Pair, and create a security group
    • Get started using EC2 with AWS Free Usage Tier
    • Not possible to specify password when logging into instance, need public key (btw which only works for the region it was created):
      1. Open up Amazon Web Services Console
      2. Open up EC2 Console
      3. Choose your correct region via navigation bar at the top right
      4. On the left navigation pane under "NETWORK & SECURITY," choose Key Pairs
      5. Click Create Key Pair, choose a name for the key pair, probably including the region for which the key pair was created. A .pem file will automatically be downloaded locally. chmod 400 the file. Need to specify the .pem file when SSHing.