Get rid of Cumulus metadata.conf and make the bundle handle self-contained. This will avoid sync issues in CloudFormation between metadata.conf and cfn-hup execution.
This implementation will not be necessary. I found a way to resolve the issue using configSets in the CloudFormation template. See the updated example CF template as per commit 8997914.
Get rid of Cumulus
metadata.conf
and make the bundle handle self-contained. This will avoid sync issues in CloudFormation betweenmetadata.conf
and cfn-hup execution.