Skip to content

Instantly share code, notes, and snippets.

@krshntj
krshntj / Deploying on Amazon AWS (Free-Tier) with EC2, RDS & S3.md
Last active June 14, 2018 04:27 — forked from pcm211/Deploying on Amazon AWS (Free-Tier) with EC2, RDS & S3.md
This Is a step by step way to deploy Sharetribe to Amazon AWS Free Tier in Development Mode (Not Production)

Prerequisites

  1. Have an AWS Account
  2. Spin up an EC2 Instance of Ubuntu Server and Make sure that your instance's security groups allow incoming connections on TCP ports 22 and 3000
  3. Use an Elastic IP to bind your Instance to it --- You would not be paying for this -- Till the time the EC2 Instance is running (It's easy. Go to EC2 Dashboard, click Elastic IPs, Click add. After you add it, select it and associate it to the instance you created.)
  4. Add the IP Allocated to your A Record --- with your registrar
  5. Have a SSH Connection to your EC2 Instance with the Key Pairs (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/putty.html is an example way for windows)
  6. Connect to the EC2 Instance

STEP 1 -- Setting up the Playground