Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save thehelvetian/100f6a89f84dc0e8fdc86deb909ee2ac to your computer and use it in GitHub Desktop.

Select an option

Save thehelvetian/100f6a89f84dc0e8fdc86deb909ee2ac to your computer and use it in GitHub Desktop.
CloudFormation stack for a DB Cluster read replica
DatabaseReplicaInstance:
Type: AWS::RDS::DBInstance
DependsOn: DatabasePrimaryInstance
Properties:
Engine: aurora
DBClusterIdentifier: !Ref DatabaseCluster
DBInstanceClass: !Ref DatabaseInstanceType
DBSubnetGroupName: !Ref DatabaseSubnetGroup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment