https://google.com --type String An error occurred (ValidationException) when calling the PutPa operation: Value '<!doctype html>[...]</html>' at 'value' failed to satisfy constraint: Member must have length less tha equal to 4096 ~$ aws configure set cli_follow_urlparam false ~$ aws ssm put-parameter \ --name search --value https://google.com --type String { "Version": 1 }
https://ssm.eu-west-1.amazonaws.com/ with method: POST with headers: {...} with body: { "Name": "search", "Type": "String", "Value": "https://google.com" }