This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWSTemplateFormatVersion: 2010-09-09 | |
Description: This creates an Aurora RDS cluster with 2 instances and using Secrets Manger to generate and store the password | |
Parameters: | |
SubnetA: | |
Description: Subnets to use for Aurora deployment | |
Type: AWS::EC2::Subnet::Id | |
SubnetB: | |
Description: Subnets to use for Aurora deployment |