amazon-ssm-agent icon indicating copy to clipboard operation
amazon-ssm-agent copied to clipboard

An agent to enable remote management of your EC2 instances, on-premises servers, or virtual machines (VMs).

Results 164 amazon-ssm-agent issues
Sort by recently updated
recently updated
newest added

Hello folks, A feature should be added to SSM RunAs support. RunAs enabled, but ssm-user will still be created by the service when you start a session. Currently: if you...

*Issue #492* *Description of changes:* This take the command output and parses it to remove control characters cause the expected string should be utf-8. By submitting this pull request, I...

SeamlessDomainJoin has been configured to retrieve interface name dynamically everywhere but the `do_dns_config` function *Issue #, if available:* [469](https://github.com/aws/amazon-ssm-agent/issues/469) *Description of changes:* As per issue [469](https://github.com/aws/amazon-ssm-agent/issues/469) newer tX (t3 and...

As part of the domain join script for Unix, there is a line where we get the interface IP address, but the interface name is hard-coded (`eth0`) as you can...

When connecting to a SELinux enforcing host via SSM, the user's pty does not get the correct SELinux context. This causes selinux confined commands (such as `chronyc`) to fail to...

Hi Having issues with ssm dropping connections after being idle for a few minutes. maybe worth noting we use a VPN and shared IP of multiple people; although linux users...

We use Inspector and the Systems Manager agent to gather software inventory for vulnerability management. Out of nearly 500 instances we have 2 that EC2 instances that show as \"Not...

Hi It seems t2.micro instances run out of memory when attempting to install SSM agent. Please see attached image. instance config: - t2.micro - redhat 8 (ami: ami-0e7e134863fac4946) - same...

I have spent quite some time today trying to figure out why my tmux sessions look perfectly fine via SSH compared to when I'm connected to a server via SSM....

Instead of sending `SIGINT` to the shell and terminating the current process (and providing a new prompt), `^C` unconditionally terminates the SSM session, even if `su - ` has been...