Skip to content

Instantly share code, notes, and snippets.

@kipkitur
Last active November 6, 2018 11:11
Show Gist options
  • Save kipkitur/d25c54fa1da347bec6ead048c1c4ec0c to your computer and use it in GitHub Desktop.
Save kipkitur/d25c54fa1da347bec6ead048c1c4ec0c to your computer and use it in GitHub Desktop.
Bootstrap script for AWS instance
#!/bin/bash
# A simple script for launching an AWS instance
yum update -y
yum install httpd -y
service httpd start
chkconfig httpd on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment