Created
April 20, 2024 00:29
-
-
Save jeffa/ca15a41e19d31565701533b9a758a359 to your computer and use it in GitHub Desktop.
Just a little script to bootstrap AWS EC2 instances
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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