Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cam8001
Created May 11, 2019 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cam8001/0c6f847d42902abd57a6fc030d52f03d to your computer and use it in GitHub Desktop.
Save cam8001/0c6f847d42902abd57a6fc030d52f03d to your computer and use it in GitHub Desktop.
Amazon Linux 2 EC2 basic boot script
#!/bin/bash
yum update -y
systemctl start amazon-ssm-agent
systemctl enable amazon-ssm-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment