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 Risposta
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
con risposta 2 anni fa
  • can you please explain how to connect to serverless V2 using python?

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