0
votes

i keep getting error: ERROR 1045 (28000): Access denied for user 'user'@'10.1.17.202'

I am trying to connect from an EC2 within the same VPC as the Aurora RDS. Its a serverless RDS cluster.

2
what type of authentication are you using , user/name password , or IAM ? - Shachaf.Gortler

2 Answers

0
votes

The credentials you are using to connect are not correct. Ensure you are using the same username and password that were configured when the RDS database was created. The error is not related to VPC or security groups.

If you forgot the password then you can reset it by modifying the database in the RDS console.

0
votes

The CIDR blocks you are using for the inbound rules are probably not correct.