This template creates an Amazon Aurora Serverless v1 DB cluster. The template includes a Secrets Manager secret for generating and storing the database password. The DB cluster uses the specified engine version and has a serverless engine mode. The scaling configuration is set to automatically pause the cluster after a specified number of seconds of inactivity.

RDSCluster
AWS::RDS::DBCluster


ScalingConfiguration

Secret
AWS::SecretsManager::Secret


GenerateSecretString

CloudFormation Template

Share Template