agent: |
wgke3hzrlGB339IS9YZSUpdate the SSM document to enable S3 logging
Update the SSM document to enable S3 logging
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
inputs
outputs
file_content=$(cat SessionManagerRunShell.json)
aws ssm update-document
--name "SSM-SessionManagerRunShell"
--content "$file_content"
--document-version "\$LATEST"
copied