Skip to content

Instantly share code, notes, and snippets.

@jgnagy
Created June 4, 2015 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgnagy/37d169492e5be0902926 to your computer and use it in GitHub Desktop.
Save jgnagy/37d169492e5be0902926 to your computer and use it in GitHub Desktop.
mongodb
{
"AWSTemplateFormatVersion" : "2010-09-09",
"Description" : "AWS template for single mongoDB instance",
"Parameters" : {
<%= snippet 'instance_typical_parameters', single_subnet: true %>,
<%= snippet 'mongodb_instance', section: 'parameters' %>
},
"Mappings" : {
<%= snippet 'ami_list' %>
},
"Resources" : {
<%= snippet 'mongodb_instance', section: 'resources', clustered: false %>
},
"Outputs" : {
<%= snippet 'mongodb_instance', section: 'outputs' %>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment