Skip to content

Instantly share code, notes, and snippets.

@Remiii
Last active February 17, 2019 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Remiii/9ab39ef962e0d99355b492f74b1dfad7 to your computer and use it in GitHub Desktop.
Save Remiii/9ab39ef962e0d99355b492f74b1dfad7 to your computer and use it in GitHub Desktop.
AWS RDS password expired 👹

AWS RDS password expired

If you use MySQL and especially AWS Relational Database Service (RDS) you have certainly a bomb in your App without any consciousness of this!

Since MySQL 5.7.4 a nice password expiring feature was introduced with 360 days default value. But this feature was enabled by default since 5.7.10. If you use AWS RDS you have set up your DB with the fancy setup pages with no warning or information about the ephemeral duration of your password. So if your database on AWS RDS is setup from 359 days go to your AWS console page and update your password quickly.

Mark : your root login is also set during the setup of your database…

Useful link :

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment