Prior to the introduction of luizvasconceloss-hiera_ssm_paramstore Puppet module for loading parameter store values, we used to be able to bake 50+ AMIs in one go.
However, since the introduction of the module, we can only bake 4 AMIs in parallel, the 5th one onward will fail with the error below:
·[0;32m aws: ·[1;31mError: Evaluation Error: Error while evaluating a Resource Statement, Lookup of key 'apache::file_e_tag' failed: AWS SSM Service error Rate exceeded (file: /tmp/packer-puppet-masterless/module-0/aem_curator/manifests/install_dispatcher.pp, line: 88, column: 3) on node ip-172-31-13-146.ap-southeast-2.compute.internal·[0m·[0m
The current workaround is to stagger the AMI baking, allowing few minutes between every batch of AMI baking, but this slows things down.
Prior to the introduction of
luizvasconceloss-hiera_ssm_paramstorePuppet module for loading parameter store values, we used to be able to bake 50+ AMIs in one go.However, since the introduction of the module, we can only bake 4 AMIs in parallel, the 5th one onward will fail with the error below:
The current workaround is to stagger the AMI baking, allowing few minutes between every batch of AMI baking, but this slows things down.