boundless-exabyte-29150
10/27/2021, 7:30 AMprehistoric-activity-61023
10/27/2021, 8:18 AMpulumi-random
(https://github.com/pulumi/pulumi-random)
• create a secret (https://www.pulumi.com/registry/packages/aws/api-docs/secretsmanager/secret/)
• create a secret version to store the password created in the first step (https://www.pulumi.com/registry/packages/aws/api-docs/secretsmanager/secretversion/)
• use the created password from the first step while creating RDS instance (https://www.pulumi.com/registry/packages/aws/api-docs/rds/instance/#password_python)