Connection error RDS
Hi, I am forwarding below the error presented when uploading the power bi via directquery with the PostrqSQL database stored in RDS.
Error: An error happened while reading data from provider: 'A connection attmpt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond'
Hi @AWS-User-4367014, I'm new to RDS myself but am attempting to learn the technology, so, I figure troubleshooting would be one good place to start. Based on this article, you might want to check the following:
- The RDS DB instance is in a state other than available, so it can't accept connections.
- The source you use to connect to the DB instance is missing from the sources authorized to access the DB instance in your security group, network access control lists (ACLs), or local firewalls.
- The wrong DNS name or endpoint was used to connect to the DB instance.
- The Multi-AZ DB instance failed over, and the secondary DB instance uses a subnet or route table that doesn't allow inbound connections.
- The user authentication is incorrect.
Based on the error message you're getting, it definitely sounds like a networking issue (security group or NACL).
Let us know if any of those don't point you in the right direction. I'd like to see what fixes this for you.
Relevant questions
Connection error RDS
asked 2 months agoError connection to the API!
asked 3 years agoError on Dashboard "An error occurred" and unable to create instance due to "Error loading AMI data".
asked 5 days agoAn error occurred (ModelError) when calling the InvokeEndpoint operation
asked a year agoHandler error when connecting lambda function to RDS database
asked 2 months agoGot error `Missing value for required parameter: AWSEBDBPassword` while trying to decouple the RDS database from an Elastic Beanstalk environment
asked 3 months agoError establishing a database connection with RDS and OpenLiteSpeed AIMs
asked 4 months agoLake formation blueprint job error :org.postgresql.util.PSQLException: ERROR: permission denied for table tmp_
asked 10 days agoBeanstalk blazor server app “Error: Cannot send data if the connection...
asked a year agoError while installing the VCpp redistributalble uisng .ebextensions
asked 2 months ago