This template creates an AWS CloudFormation stack with the AWS::RDS::DBInstance resource. The DB instance is created with the specified parameters such as master username, DB instance class, engine, allocated storage, auto minor version upgrade, and manage master user password. The template also creates a KMS key for encryption and sets the master user secret to use the KMS key.

MyInstance
AWS::RDS::DBInstance


MasterUserSecret

KMSKey
AWS::KMS::Key


CloudFormation Template

Share Template