How do you properly format the syntax in an AWS System Manager Document using downloadContent sourceInfo StringMap
问题 My goal is to have an AWS System Manager Document download a script from S3 and then run that script on the selected EC2 instance. In this case, it will be a Linux OS. According to AWS documentation for aws:downloadContent the sourceInfo Input is of type StringMap. The example code looks like this: { "schemaVersion": "2.2", "description": "aws:downloadContent", "parameters": { "sourceType": { "description": "(Required) The download source.", "type": "String" }, "sourceInfo": { "description":