question archive Configure a Python Script to create users in Amazon AWS RDS, and store credentials in AWS Secrets Manager
Subject:Computer SciencePrice: Bought3
Configure a Python Script to create users in Amazon AWS RDS, and store credentials in AWS Secrets Manager. Script Should be able to do below. 1. Connect to the database and create the user if not existing 2. Grant the required roles to the user 3. Store the credentials in Secrets Manager 4. Secret Name: DBNAME-USERNAME(replace underscore with a hyphen)