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?

posta un anno fa355 visualizzazioni
1 Risposta
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
ESPERTO
con risposta un anno fa
  • Hello! If this was helpful, please accept the answer. Thank you!

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande