Skip to content

Instantly share code, notes, and snippets.

@zobarov
zobarov / eu-west-3tomcats.json
Last active March 7, 2018 02:18
CloudFormation template to create 3 Ubuntu + Tomcat instances under LB in eu-west-1
{
"AWSTemplateFormatVersion" : "2010-09-09",
"Description" : "Template to create Tomcat servers in autoscaling group",
"Parameters" : {
"KeyName": {
"Description" : "Name of an existing EC2 KeyPair to enable SSH access to the instance",
"Type": "AWS::EC2::KeyPair::KeyName",