Skip to content

Instantly share code, notes, and snippets.

@amcginlay
Last active April 24, 2020 16:20
Show Gist options
  • Save amcginlay/7157795a005816163b0bf94cf1e535f4 to your computer and use it in GitHub Desktop.
Save amcginlay/7157795a005816163b0bf94cf1e535f4 to your computer and use it in GitHub Desktop.
Manually install SSM Agent on EC2 instances for Linux
#!/bin/bash
# https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-manual-agent-install.html
sudo yum install -y https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/linux_amd64/amazon-ssm-agent.rpm
# this to check
sudo systemctl status amazon-ssm-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment