Skip to content

Instantly share code, notes, and snippets.

@jningtho
Last active September 12, 2018 15:17
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 jningtho/b3fbc4c8bbc1e44ddc68d0e80b6da1ad to your computer and use it in GitHub Desktop.
Save jningtho/b3fbc4c8bbc1e44ddc68d0e80b6da1ad to your computer and use it in GitHub Desktop.
AWS Associate Training
Bootstraping https service while launching Amazon AMI EC2 instance
#!/bin/bash
sudo yum update -y
sudo yum install httpd -y
service httpd start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment