Nilamber Singh
Nilamber Singh

Reputation: 874

AWS RDS no longer accessible

I have a RDS instance which is publicly accessible, i was able to connect to it a while ago but suddenly it has become inaccessible, getting error

Error Code: 1045 Access denied for user 'root'@'IP' (using password: YES)

Can't figure out a reason why it suddenly stopped working.

Upvotes: 0

Views: 1237

Answers (1)

Hassan Murtaza
Hassan Murtaza

Reputation: 1013

Nilamber, These are the things that you can do to debug the issue:

  1. Check if RDS is accessible from the IP you're trying to connect.
  2. Check if master username is correct (you can check from RDS console).
  3. Check if master password is correct.
  4. Change the master password from RDS console to see if it fix your issue.
  5. Check if subnets in which RDS is provisioned are public.

Upvotes: 1

Related Questions