This template creates an Amazon Aurora Serverless v2 DB cluster. The template includes a Secrets Manager secret for generating and storing the database password, as well as the minimum and maximum capacity for the cluster. The DB cluster uses the specified engine version and the db.serverless instance class.

RDSDBCluster
AWS::RDS::DBCluster


ServerlessV2ScalingConfiguration

RDSDBInstance
AWS::RDS::DBInstance


Secret
AWS::SecretsManager::Secret


GenerateSecretString

CloudFormation Template

Share Template