aws / amazon-ssm-agent

An agent to enable remote management of your EC2 instances, on-premises servers, or virtual machines (VMs).
https://aws.amazon.com/systems-manager/
Apache License 2.0
1.03k stars 323 forks source link

Releasing the latest to snap store #451

Closed shayonj closed 2 years ago

shayonj commented 2 years ago

Currently, this is what we get

snap refresh amazon-ssm-agent

snap "amazon-ssm-agent" has no updates available

Getting the latest version would be great so we can start using StartPortForwardingSessionToRemoteHost https://aws.amazon.com/about-aws/whats-new/2022/05/aws-systems-manager-support-port-forwarding-remote-hosts-using-session-manager/

Thor-Bjorgvinsson commented 2 years ago

The current version on the snap stable channel is 3.1.1188.0, to get the latest version available you need to switch to the candidate channel which contains the latest agent version and is updated every agent release:

sudo snap switch --channel=candidate amazon-ssm-agent

docs: https://docs.aws.amazon.com/systems-manager/latest/userguide/agent-install-ubuntu-64-snap.html