|
|
|
|
|
by bpicolo
3411 days ago
|
|
It does not take that much time or effort to set up useful subnet/vpc security in AWS. Put the database in your VPC, say only your application vpc can talk to it. Done. Reasonably good security practices are not that much effort, and really it's a case for respecting your users for the most part. The security trust game is starting to blow up. Yahoo just lost $250million dollars to it. |
|
In this case, one can make the argument that a custom proxy layer, running in your DC (that proxies between the database and your actual frontend app) should not be necessary if the database offers sufficient per-connection ACLs and is secure.
That's a big if though.