RDS is not listing down lambda RDS proxy creation page

0

I wanted to use the RDS proxy for lambda to connect to my postgres RDS 15.2 version (not Aurora). But the DB is not listing down in the Lambda RDS proxy creation page. The RDS and Lambda both are in same Ireland region and same security group. I can also see Postgres RDS 11.19 in the list. I can see the postgres version 15 supported from this page : https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RDS_Fea_Regions_DB-eng.Feature.RDSProxy.html#Concepts.RDS_Fea_Regions_DB-eng.Feature.RDS_Proxy.pg can anyone suggest what could be the issue?

已提問 1 年前檢視次數 355 次
1 個回答
1

Hi there!

I'm not sure I understand your question, but let's start with this: I understand you have already an RDS Instance for PostgreSQL 15.2 and you want to create a proxy for this RDS instance so that your Lambda functions can connect to the database. If this is the case, you should be able to:

  1. Open the RDS Console
  2. Select Proxies on the left menu
  3. Click the Create Proxy orange button on the top right corner
  4. Select PostgreSQL
  5. Enter the name (identifier) of the proxy
  6. Select as the target database your PostgreSQL database from the dropdown
  7. Add any other configuration settings
  8. Scroll down and select the Create Proxy button at the end of the page

This will create the proxy targeting your database and should be listed in the proxies page. Once the status is Available, then you can use the proxy endpoint from your Lambda to connect to your database.

I hope this helps.

profile pictureAWS
專家
已回答 1 年前
  • Hello! If this was helpful, please accept the answer. Thank you!

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南