Stay up to date with the latest from the Knowledge Center. See all new and updated Knowledge Center articles published in the last month and re:Post’s top contributors.
Questions tagged with Amazon RDS Proxy
Amazon RDS Proxy, a fully managed, highly available database proxy for Amazon Relational Database Service (Amazon RDS), now supports Amazon RDS Multi-AZ deployments with two readable standbys. Amazon RDS Proxy is supported on all versions of RDS Multi-AZ Deployments with two readable standbys.
Content language: English
Select tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
84 results
I'm experiencing frequent SSL handshake failures when connecting to PostgreSQL through RDS Proxy in my NestJS application. The errors occur at a high frequency, disrupting our application's database c...
Hello,
I am experiencing high Wait/IO/Table/SQL/Handler wait events in Aurora Serverless v2 (MySQL 8.0), and I suspect it might be related to how my application and RDS Proxy manage database connecti...
Hi everyone,
I'm using AWS Lambda functions that connect to an RDS database through RDS Proxy. I manage connections following Sequelize’s best practices as they've guided here: [Using sequelize in AW...
I have recently enabled a proxy for RDS cluster using the MariaDB and MySQL engine, using the default vaues. After updating the client application to use the proxy, I've noticed that the number of Ab...
Hello,
I am setting up mariadb server on ec2 machine and also want to duplicate this setup in more than one availability zone to make it fail over tolerance so in this case is it possible to setup pr...
Do SELECT statements get destined to the read-only endpoint of the cluster?
Hi AWS Community,
We are facing an issue related to connection pinning in Amazon RDS Proxy with Aurora MySQL in our production environment.
After enabling PDO (PHP Data Objects), we observed a high ...
Dear Team,
RDS ACUUtilization 100% even without any load. The Proxy has 0 incoming client connections. Even the number of database connections is 0 on Proxy monitoring.
But when I check on the perfo...
We have included RDS proxy in our lambda function but lot of pinning of session is happening and we receive one of log as follows:
Adding my observations here related to the pinning your observed d...
Hi, in the documentation of RDS proxy, it says RDS Proxy queues up incoming requests. So if lets say the underlying database instance is gone. Does RDS proxy caches the requests until the database ins...
Hello ,
I am trying to connect to a RDS Proxy form a .NET 8 Lambda using IAM Authentication and I am getting the following error
Authentication Error :Authentication to host '<proxy endpoint>' for ...
Hello,
I need some guidance on avoiding session pinning when using RDS Proxy with a Glue connection. In my Glue job (using Glue 5), data is exported to an RDS Aurora Postgres database via an RDS Prox...