Skip to content

Instantly share code, notes, and snippets.

@bblanchon
Created September 20, 2018 15:05
Show Gist options
  • Save bblanchon/00ee5e3b129662e2b9a14ba9a0160a97 to your computer and use it in GitHub Desktop.
Save bblanchon/00ee5e3b129662e2b9a14ba9a0160a97 to your computer and use it in GitHub Desktop.
Connection to PostgreSQL from EC2 instance
PGPASSWORD="${RDS_PASSWORD}" psql -d "${RDS_DB_NAME}" -U "${RDS_USERNAME}" -h "${RDS_HOSTNAME}" -p "${RDS_PORT}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment