amazon-rds-proxy Questions
3
I had setup RDS proxy for an Aurora DB cluster and I am getting the following error while connecting. Note that I am able to connect to the original DB cluster without any issue. I checked the secu...
Incommodious asked 8/1, 2021 at 18:12
1
Solved
I've been looking over Lambdas for this new code base I'm working in. We're currently connecting directly to our RDS Aurora instances in our Lambdas, and I was looking into the best practices and s...
Flemings asked 7/8, 2023 at 23:37
2
We are using an RDS instance in AWS, it is POSTGRES 13. We have Node-based Lambdas that return and post data to the database. Currently they are opening and closing a single connection per transact...
Fredericafrederich asked 9/8, 2021 at 11:28
4
I'm working on AWS Lambda and I have integrated the SQL server using node.js. Here is its example.
Now, my question is, what is the database proxy in AWS lambda and how I can get benefit from this...
Starobin asked 20/12, 2019 at 20:54
2
I'm trying to test AWS RDS proxy so I created a lambda function and done all steps that are present in this official link
https://aws.amazon.com/blogs/compute/using-amazon-rds-proxy-with-aws-lambd...
Obsecrate asked 13/1, 2020 at 8:29
3
I'm trying to create a RDS DB Proxy for a Postgres 12.3 RDS instance (not Aurora) via CloudFormation. Stack creation fails with the following message:
Database engine POSTGRES 12.3 for DB Instance ...
Blader asked 25/7, 2020 at 5:16
1
Solved
I'm using Lambda with RDS Proxy to be able to reuse DB connections to a MySQL database.
Should I close the connection after executing my queries or leave it open for the RDS Proxy to handle?
And if...
Knobkerrie asked 11/12, 2021 at 17:9
1
I'm trying to figure out how to connect to a RDS PG Proxy within a lambda function using TypeORM (so there's no issues establishing connections). I'm able to connect to the RDS instance with the La...
Hemiplegia asked 3/8, 2020 at 23:6
3
Solved
I created an RDS Proxy with existing Aurora PostgreSQL cluster.
But I want to pair the proxy with specific read replica instance of the cluster. Is that possible?
Arlyne asked 28/8, 2020 at 12:42
4
I am using cloudformation to provision lambda and RDS on AWS. But I don't know how to add database proxy on lambda. Below screenshot is from lambda console:
Does cloudformation support adding this...
Tera asked 28/10, 2020 at 4:46
2
Solved
I have just created RDS Proxy by Cloud Formation
In Proxies dashboard, it showed RDS proxy is available, but Target groups are unavailable, I can't debug this and got stuck in Cloud Formation updat...
Necrophobia asked 6/11, 2020 at 11:28
2
Solved
I need my lambda to connect to an Aurora Serverless cluster, through an RDS Proxy. But I can't create the proxy because the Database dropdown menu - in the section under Target group configuration ...
Intima asked 20/1, 2021 at 5:59
0
I deployed a RDS Aurora cluster for postgresql 11 in AWS. My lambda is talking to this cluster via IAM authentication. Since lambda is serverless, I have to create a connection to database every ti...
Cynewulf asked 24/2, 2021 at 0:54
2
It says in the documentation of RDS proxy that the connection is automaticaly pinned when the application uses a prepared statement:
Prepared statements cause the proxy to pin the session. This ru...
Intercommunicate asked 17/7, 2020 at 1:43
1
Solved
As a follow-through on this question
Do you still need an AWS RDS proxy when you already have an application side pooling in place?
I have a Springboot application which uses the default HikariData...
Lazes asked 3/2, 2021 at 16:6
1
I have a Saas application on AWS ECS and databases on AWS RDS. We are planning to implement AWS RDS Proxy for pooling implementation. From the RDS proxy documentation, I saw that we don't need to m...
Encircle asked 6/8, 2020 at 10:56
1
Solved
I'm trying to put use an RDS proxy to pool and share connections established with an RDS database with a PostgreSQL engine. The problem is I'm able to open a connection to the DB, both through an E...
Laughter asked 6/8, 2020 at 7:13
1
© 2022 - 2024 — McMap. All rights reserved.