Skip to content

Instantly share code, notes, and snippets.

@slushysnowman
slushysnowman / aurora-cluster.yml
Created March 20, 2019 07:42
Create an Aurora cluster with password generated by Secrets Manager
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