amazon-ssm-agent
amazon-ssm-agent copied to clipboard
An agent to enable remote management of your EC2 instances, on-premises servers, or virtual machines (VMs).
For start-session it seems all commands are under ``sh`` on Linux, which is hard-coded and can't be overwritten. It would be good to be able to override this in both...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.36.0. Commits 85d1d54 go.mod: update golang.org/x dependencies cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts fe7f039 publicsuffix: spruce up code gen and...
i installed the latest ssm agent on my raspberry pi 4 (raspbian) and while i can see it from the systems manager console, i keep getting this error in the...
Because of checking against the output of windows service manager, following checks will not match and therfore start and stop will always fail. https://github.com/aws/amazon-ssm-agent/blob/f6ab6700a1d3ffe69ae759cfca759fb28d444218/agent/setupcli/managers/servicemanagers/windowsmanager.go#L51 https://github.com/aws/amazon-ssm-agent/blob/f6ab6700a1d3ffe69ae759cfca759fb28d444218/agent/setupcli/managers/servicemanagers/windowsmanager.go#L72
Feature Request. Allow SSM Session Port Forwarding sessions to remote unix socket aswell as remote TCP socket.
While jitter was added to the uploader in 2.3.136.0, the jitter window is only 30 seconds. We are seeing spikes of errors every 30 minutes as our deployment exhausts the...
Fire up a t3.nano instance running Ubuntu and allow it to be managed by AWS Systems Manager. Ensure Systems Manager initiates a Software Baseline scan on the node. Watch the...
When I hybrid activate an on-premise Windows Server VM to SSM which has multiple network adaptors attached, SSM can only get the first adaptor's IP address whoes `ifIndex` property is...
I am seeing an error with amazon-ssm-agent when attempting to use AWS-RunPowerShellScript with variable in the format {{ssm:*}} to retrieve from parameter store(secrets manager pass-through) My agent version is 3.3.1142.0...
We faced an Issue that after an update of the SSM Agent running on an EC2 Instance it returned an error that it cannot find the EC2 Instance Role. The...