aws ssm start-session --target i-02184d8ca315055d8
An error occurred (BadRequest) when calling the StartSession operation: The SSM Agent version installed on this instance doesn't support streaming logs to CloudWatch. Either update the SSM Agent to the latest version or disable the streaming logs option in your preferences.有人知道我在尝试使用SSM时如何克服这个错误吗?
发布于 2022-07-13 21:02:56
你有两个选择-- Either update the SSM Agent to the latest version or disable the streaming logs option in your preferences.
AWS-UpdateSSMAgent document.在提供的实例上更新SSM代理。
https://stackoverflow.com/questions/72969172
复制相似问题