Create Users on Generic and RDS MySQL With One Script
Jan 15, 2021
Writing a script (e.g., for db-migrate) that creates MySQL users is not as easy as it sounds when you want to leverage AWS RDS IAM passwordless security. If you develop locally and deploy to RDS MySQL, the script needs to create users on both flavors of MySQL. Here’s one way to do it.