the work around.
aws configure set cli_follow_urlparam false
per
https://github.com/aws/aws-cli/issues/1475
then this works
aws ssm put-parameter --name "/myappconfig/" --type "String" --value "http://enhanceindustries.com.au/" --region ap-southeast-2
No comments:
Post a Comment