AWS Setup
Last updated
Last updated
We're currently running a very simple setup on AWS. One application server (EC2) and one database server (RDS)
All instances are setup on us-west (Oregon)
Type: t2.small running ubuntu 16.04 (LTS) with 30GB SSD mounted as root volume.
Type: db.t2.small with 50GB SSD disk, running postgresql 9.6.2, single AZ, no public IP
All instances are running in the same security group called Cobudget-prod
. The group has the following inbound rules:
SSH from everywhere
HTTP from everywhere
HTTPS from everywhere
PostgreSQL from own security group Cobudget-prod