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!

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则