Skip to content

Instantly share code, notes, and snippets.

View jeevanullas's full-sized avatar

Deependra Singh Shekhawat jeevanullas

View GitHub Profile
@dkavanagh
dkavanagh / eucaconsole-template.cfn
Last active April 27, 2016 13:37
Cloud Formation template for deploying the Eucalyptus Management Console on Eucalyptus
{
"AWSTemplateFormatVersion" : "2010-09-09",
"Description" : "Deploy Eucalyptus Management Console with ELB, Autoscaling.",
"Parameters" : {
"ImageId" : {
"Description" : "The ID of the image to use for the console",
"Type" : "String",
"ConstraintDescription" : "Must be the ID of a CentOS image on the cloud."