Skip to content

Instantly share code, notes, and snippets.

View yucer-elbt's full-sized avatar

Yurdik Cervantes yucer-elbt

View GitHub Profile
@yucer-elbt
yucer-elbt / RDS-Aurora-CloudFormation-Example.yaml
Created September 8, 2022 14:54 — forked from yyolk/RDS-Aurora-CloudFormation-Example.yaml
A basic CloudFormation template for an RDS Aurora cluster.
---
AWSTemplateFormatVersion: 2010-09-09
Description: A basic CloudFormation template for an RDS Aurora cluster.
Parameters:
DatabaseInstanceType:
Default: db.r3.large
AllowedValues:
- db.r3.large
- db.r3.xlarge
- db.r3.2xlarge