Stu Hay

Results 4 comments of Stu Hay

Interestingly, the documentation for for ParameterValues has a dead link: https://vaporshell.io/docs/glossary/Add-VSSSMAssociationParameterValues ``` PARAMETERS -PARAMETERVALUES The parameters for the runtime configuration of the document. Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-association-parametervalues.html#cfn-ssm-association-parametervalues-parametervalues ``` The URL listed there...

So on further investigation, I have discovered that ParameterValues for SSM Associations are no longer part of the AWS Spec. Simply by rebuilding the existing code in main, it now...

This is happening to us too. Seems like 1.6 with PHP 7.2 is unaffected, but we are not allowed to run 7.2 so really could do with this being fixed

This is what I had in mind Pull Request: https://github.com/aws/amazon-ssm-agent/pull/576