Does anyone know whether an Elastic Beanstalk (EB) instance can be deployed with a Postgres RDS?
While Postgres is one of four options for RDS, the EB doc curiously only mentions the three others: MS SQL, Oracle and MySQL, but no Postgres.
Context: my current goal is to deploy a simple Django web site and later on possibly compare its development/maintenance ease and performance with a Sails.js web site.