How to connect to RDS aurora MYSQL private DB using Boto3?

0

I tried searching ways to connect to RDS aurora serverless MYSQL private db found a way here, but it is asking secret arn of the DB, unable to find that one out can anyone help me with the way to generate secret ARN or a way to connect to RDS aurora serverless MYSQL private db i am able to fetch all remaining details for the option mentioned in the above link, steps i am following:

  1. created RDS aurora serverless MYSQL private db
  2. connected a ec2 instance
  3. generating python script to connect to rds if you suggest any alternative, that is also fine, TIA
1回答
1

If you're referring to this documentation https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html#data-api.calling.python then it will only work if you have an Aurora Serverless v1 (not v2) and a Data API enabled.

When enabling the Data API, you'll be creating a secret, and its ARN then you'll be putting in the secret_arn variable in that python script

AWS
回答済み 2年前
  • can you please explain how to connect to serverless V2 using python?

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン