Which steps should a Database Specialist take to meet these requirements using an AWS CloudFormation template?

1 Comment

  1. Noah
    Author

    I have a feeling that the answer is:
    Add a resource of type AWS::SecretsManager::Secret and specify the GenerateSecretString property. Then, define the database user name in the SecureStringTemplate template. Create a resource for the database and reference the secret string for the MasterUserName and MasterUserPassword properties. Then, add a resource of type AWS::SecretsManagerSecretTargetAttachment with the SecretId and TargetId properties set to the Amazon Resource Names (ARNs) of the secret and the database.

Leave a Reply

Your email address will not be published. Required fields are marked *

four × four =