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?

질문됨 일 년 전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
전문가
답변함 일 년 전
  • Hello! If this was helpful, please accept the answer. Thank you!

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠