Retrieve RDS endpoint details in Python
In this blog, we are going to see how to retrieve RDS endpoint details by using a database identifier.
We will use the boto3 library to call the RDS API and fetch the database details.
Create RDS boto3 client
We need to import the boto3 library and t...
kirankasa.hashnode.dev1 min read