I have deployed strapi to AWS EC2 with MySql instance on RDS. Followed the deployment guide religiously.
Logged on to the MySql CLI on AWS RDS instance and checked the auth method.
For the RDS user I created its already mysql_native_password.
It still shows me ER_NOT_SUPPORTED_AUTH_MODE error.
Where am I going wrong?