Skip to content

Instantly share code, notes, and snippets.

View efrapp's full-sized avatar
🏠
Working from home

Efrain Pinto Ponce efrapp

🏠
Working from home
  • Colombia
View GitHub Profile
@efrapp
efrapp / install_setup_postgres.md
Last active May 11, 2019 16:56 — forked from klappradla/postgres_4_2.md
Install Postgres 9.3 server on EC2 Ubuntu instance (14.04)

Create Postgres Server EC2 Box

Launch Ubuntu instance

  1. Click on Launch Instance` button
  2. Choose Ubuntu Server 14.04 LTS (HVM), SSD Volume Type
  3. Configure Security Group
    In step 6 Configure Security Group add the rule:
    Type: PostgreSQL
    Protocol: TCP
    PortRange: 5432 (default postgres port)