Skip to content

Instantly share code, notes, and snippets.

@imadityac
imadityac / cloudformation.json
Created May 28, 2020 13:24 — forked from nickpad/cloudformation.json
Example cloudformation template for auto scaling deploys
View cloudformation.json
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Auto scaling deploy example",
"Parameters": {
"AvailabilityZone": {
"Type": "String",
"Default": "us-west-1a"
},
"ImageId": {
"Type": "String"