shinesolutions / aem-aws-stack-provisioner

Puppet provisioner for AEM AWS Stack Builder
Apache License 2.0
4 stars 13 forks source link

Configure Amazon SSM Agent proxy setting #184

Open mbloch1986 opened 5 years ago

mbloch1986 commented 5 years ago

In order to use the AMAZON SSM Agent when proxy is enabled during provisioning we need to configure the proxy settings for the AMAZON SSM Agent, so it can communicate back to AWS. Atm we are only installing it via packer-aem but we aren't setting the proxy configuration for it.

mbloch1986 commented 5 years ago

This will be done as part of the baking process, to follow the already implemented process. As the proxy settings for the awslogs daemon is also already done during baking.

https://github.com/shinesolutions/packer-aem/issues/175