-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSM agent update disables auto restart of SSM agent service across reboots on SUSE #617
Comments
This is being worked on by SUSE here: |
I am facing the same issue. Unfortunately, the bug report is not accessible - even when logged into Bugzilla. Any details about the issue available and even more important any idea when it will get fixed. Thanks in advance for your help. |
AWS vended version of the agent (acquired from If you are:
We advise you to add The new version that is currently rolling out will mitigate this issue: https://github.com/aws/amazon-ssm-agent/releases/tag/3.3.1802.0 |
We have fully deployed version To update, run We are working internally on preventing this from happening again in the long term. |
Recently, while performing patching on EC2 instance running SUSE Linux Enterprise Server 15 SP5, we applied all OS security updates. These updates also included amazon-ssm-agent security update released by SUSE on Jan 28th as below;
[SUSE Link] (https://www.suse.com/support/update/announcement/2025/suse-su-20250277-1/)
After applying the OS updates and rebooting the server, the server could not be connected via SSM. After investigation, I found out that the SSM agent service was disabled to start on boot. I enabled the SSM agent service and it started successfully and worked without any issues afterwards.
I tried to reproduce the problem and this time I manually updated SSM agent to see what it was doing. During this new SSM agent update, it actually removed the SSM agent service file from systemd, which is responsible to start service automatically.
Here is how the logs look during SSM agent update:
Affected SSM agent version: amazon-ssm-agent-3.3.1611.0-150000.5.20.1.x86_64
The solution is to manually enable the amazon-ssm-agent service so it can start automatically across reboots. This also recreates the missing service file under systemd.
The ownership of this package is by SUSE (as can be seen in update logs), I am following up with them to review this further.
The text was updated successfully, but these errors were encountered: