Skip to content

Instantly share code, notes, and snippets.

View alekseybobkov's full-sized avatar

Aleksey Bobkov alekseybobkov

View GitHub Profile
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "October CMS demo infrastructure.",
"Parameters": {
"KeyName": {
"Description": "Name of an existing EC2 KeyPair to enable SSH access to the instance",
"Type": "AWS::EC2::KeyPair::KeyName",
"ConstraintDescription": "must be the name of an existing EC2 KeyPair."
},
"StagingInstanceType": {
@alekseybobkov
alekseybobkov / october-cms-aws-cloudformation-demo-part-1.json
Created April 26, 2019 00:51
CloudFormation template for October CMS demo AWS infrastructure, Part 1: https://octobercms.com/blog/post/running-october-aws-part-1
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "October CMS demo infrastructure.",
"Parameters": {
"KeyName": {
"Description": "Name of an existing EC2 KeyPair to enable SSH access to the instance",
"Type": "AWS::EC2::KeyPair::KeyName",
"ConstraintDescription": "must be the name of an existing EC2 KeyPair."
},
"StagingInstanceType": {