Skip to content

Instantly share code, notes, and snippets.

@jgnagy
Created June 4, 2015 18:14
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/356fa0fcfcac4ba292cc to your computer and use it in GitHub Desktop.
Save jgnagy/356fa0fcfcac4ba292cc to your computer and use it in GitHub Desktop.
full stack
{
"AWSTemplateFormatVersion" : "2010-09-09",
"Description" : "AWS template for a dev AEM full stack (author, publish, mongoDB)",
"Parameters" : {
<%= snippet 'instance_typical_parameters', single_subnet: true %>,
<%= snippet 'aem_instance', section: 'parameters', type: 'author' %>,
<%= snippet 'aem_instance', section: 'parameters', type: 'publish' %>,
<%= snippet 'mongodb_instance', section: 'parameters' %>
},
"Mappings" : {
<%= snippet 'ami_list' %>
},
"Resources" : {
<%= snippet 'aem_instance', section: 'resources', type: 'author' %>,
<%= snippet 'aem_instance', section: 'resources', type: 'publish' %>,
<%= snippet 'mongodb_instance', section: 'resources', clustered: false %>
},
"Outputs" : {
<%= snippet 'aem_instance', section: 'outputs', type: 'author' %>,
<%= snippet 'aem_instance', section: 'outputs', type: 'publish' %>,
<%= snippet 'mongodb_instance', section: 'outputs' %>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment