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).
I am looking to replace my ssh sessions with ssm sessions and in my CICD pipelines, I want to use SSM manager to pass commands and run scripts on remote...
It seems that recently, our seamless domain joins have all been failing for Redhat/Rocky deriviates. I narrowed down the problem to the `realm join` command where the `DOMAIN_USERNAME` has been...
I am having issues getting my first EC2 instance to work with session manager. I have configured Systems Manger to automatically convert new EC2 Instances to managed nodes, per [this...
We have a script that opens 2 ssm sessions in parallel, and on a brand new ec2 instance, when we run this script, it messed up the ssm-user's home directory...
*Issue #, if available: https://github.com/aws/amazon-ssm-agent/issues/575 *Description of changes: Changes the domain portion of username to be uppercase, and re-uses the REALM variable as it already contains this info By submitting...
`OwnerDirectoryDescription` does not seem to exist in the query results.... running on Centos 7.9 > aws ds describe-directories --region us-east-1 --query "DirectoryDescriptions[?DirectoryId =='d-90676a899f'].OwnerDirectoryDescription.DirectoryId | [0]" | sed 's/"//g' Results in:...
Hi, When installing SSM agent on RHEL, Python is necessary. After installing on RHEL 8, we are observing errors when the agent is initializing related to being unable to download...
Hey all Currently the default seelog setup logs to both `/var/log/amazon/ssm/amazon-ssm-agent.log` and `stdout`. However I am missing all worker-related logs in the systemd journal (Which by default captures stdout). The...
*Description of changes:* `After=network-online.target` without `Wants=network-online.target` doesn't actually do anything (unless by mere luck another service also has a `Wants=network-online.target` in the same transaction). This is because `network-online.target` isn't pulled...
After successfully installing ssm agent on our on-prem servers and registered them to an AWS hybrid activation with an IAM role, we updated `/etc/amazon/ssm/amazon-ssm-agent.json` and set `Profile.KeyAutoRotateDays = 1`, based...