You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its been like this for years. The t3.nano, or any of the 512MB low memory instances just don't have enough RAM to run the SSM AWS-RunPatchBaseline scan from Systems Manager. The python process to collect the installed packages consumes somewhere between 150 and 200MB of RAM all on its own. A 512MB machine, running its own stuff, doesn't have enough headroom to have a 200MB transient process firing up every day. Python seems quite heavy weight for this.
The only way I've found I can work with nano instances is to exclude them from Systems Manager.
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 SSM Agent crash and burn
The text was updated successfully, but these errors were encountered: