Skip to content

Instantly share code, notes, and snippets.

@jeffa
Created April 20, 2024 00:29
Show Gist options
  • Select an option

  • Save jeffa/ca15a41e19d31565701533b9a758a359 to your computer and use it in GitHub Desktop.

Select an option

Save jeffa/ca15a41e19d31565701533b9a758a359 to your computer and use it in GitHub Desktop.
Just a little script to bootstrap AWS EC2 instances
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo
sudo yum -y install terraform
sudo yum -y install tree
sudo yum install -y docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment