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?

asked a year ago346 views
1 Answer
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
EXPERT
answered a year ago
  • Hello! If this was helpful, please accept the answer. Thank you!

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions