Tag: iam
-
IAM Auth for Django Database: passwordless, not painless
TL;DR: Adding IAM Auth requires increasing the RDS server at least 4x the cost for a server with password auth, and likely much more for production. This makes it non-viable for our immediate use-case with a relatively low-stress app. Goal: no database passwords in code/configs We’re running a Wagtail CMS site (built on Django) and…