Skip to content

Instantly share code, notes, and snippets.

@stankowalczyk
stankowalczyk / cloudformation-script-part-1.yml
Created October 3, 2017 23:09
CloudFormation Script for part 1 of the blog post series "Scaling your services with AWS"
Parameters:
KeyPairName:
Description: The name of your SSH Key Pair.
Type: String
MinLength: 1
ResourcePrefix:
Description: String prepended to all resources created
Type: String
MinLength: 1
MaxLength: 16