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).
Hello, Feature Request: Upload patch details to Patch Manager when using the BaselineOverride parameter. After configuring my AWS-RunPatchBaseline association to use a central BaselineOverride parameter, I found the instances do...
We would like to install patches on Rocky Linux 9.3 using Patch Manager. Unfortunately, there is no support for this version yet. Can you kindly share with us when are...
Hi, I suspect that release **3.2.1297.0** introduced a, perhaps involuntary, change in the credentials precedence logic. What we are experiencing in all our EC2 managed instances is that the agent...
The ssm agent is not installable on RHEL 9.3. Please provide the fix for following installation error. ``` amazon-ssm-agent.rpm 12 MB/s | 26 MB 00:02 Dependencies resolved. ================================================================================ Package Arch...
*Issue #, if available:* *Description of changes:* Add Wants=network-online.target, see the following resource for systemd and proper usage of network-online.target. https://systemd.io/networking/NETWORK_ONLINE By submitting this pull request, I confirm that you...
**What happened:** When FIPS is enabled on an EKS worker node, the SSM-Agent installed from the amazon-eks-ami is not using FIPS endpoints when making requests between the ec2messages and ssmmessages...
When trying to SCP from a local machine to and EC2 instance, using session manager (ProxyCommand is setup in SSH config) - it seems that I have issues sending larger...
Hey, In [runshellscript.go](https://github.com/aws/amazon-ssm-agent/blob/master/agent/plugins/runscript/runshellscript.go#L31) the shellCommand is hard-coded to: `var shellCommand = "sh"` So if I run a SSM document with bash specific commands, it will fail. It would be great...
The command to create a local user is hardcode to `useradd -m` in https://github.com/aws/amazon-ssm-agent/blob/mainline/agent/session/utility/model/model_unix.go#L21 ( and then used at https://github.com/aws/amazon-ssm-agent/blob/mainline/agent/session/utility/utility_unix.go#L116 ). It may be useful to allow any argument to...
Hi, Thanks for the amazing service, however i am wondering since Debian 11 is the latest stable release, can this be added for patch manager support , currently patch manager...