shinesolutions / packer-aem

Adobe Experience Manager (AEM) machine images builder using Packer
Apache License 2.0
20 stars 20 forks source link

Add AWS Systems Manager Parameter Store for AEM license to AWS resources CloudFormation stack #122

Closed cliffano closed 5 years ago

cliffano commented 5 years ago

AWS resources CF template currently only contains S3 bucket and IAM instance profile + roles. We need to add a blank parameter store secret as part of this CloudFormation template, for the user to then populate it with the AEM license.

Here's the aws-resources CF template https://github.com/shinesolutions/packer-aem/blob/master/templates/cloudformation/aws-resources.yaml

Naming convention wise, please keep them consistent to AEM AWS Stack Builder's CF templates https://github.com/shinesolutions/aem-aws-stack-builder/tree/master/templates/cloudformation

cliffano commented 5 years ago

This is done in https://github.com/shinesolutions/packer-aem/pull/123