It has been fine in the past. This morning all of sudden, we cannot connect to mySQL DB on AWS RDS from local workbench or a local server. Fortunately, the connections can be established from our production servers.
I looked at the logs, and these logs looked not that harmful
2017-11-29T18:01:17.871384Z 20148 [Note] Access denied for user 'mysqld'@'XXX.XXX.XXX.XXX' (using password: YES)
2017-11-29T18:01:23.754096Z 20149 [Warning] IP address 'XXX.XXX.XXX.XXX' could not be resolved: Temporary failure in name resolution
2017-11-29T18:01:23.999460Z 20149 [Note] Access denied for user 'mysqld'@'XXX.XXX.XXX.XXX' (using password: YES)
2017-11-29T18:01:34.539682Z 20150 [Warning] IP address 'XXX.XXX.XXX.XXX' could not be resolved: Temporary failure in name resolution
2017-11-29T18:01:34.752762Z 20150 [Note] Access denied for user 'mysqld'@'XXX.XXX.XXX.XXX' (using password: YES)
Also on the AWS console, this part is in red
Multi AZ
No
I don't know what caused this issue. We are all blocked. Can someone help? Or having the same issue.