Amazon Web Services
Elastic Beanstalk
Amazon RDS
- Settings -
- Network & Security
Publicly Accessible
- yes
- DB Options (pgSQL)
Database Name
- WizardDBDB Port
- 5432DB Parameter Group
- config options?
- Connecting to an amazonRDS psql instance
export DB_HOST="" export DB_USER="" export DB_PW="" export DB_PORT="" export DB=""