Skip to content

Instantly share code, notes, and snippets.

View saurabh-sp-tripathi's full-sized avatar

saurabh-sp-tripathi

View GitHub Profile
@herrera-ignacio
herrera-ignacio / ec2-apache.sh
Created July 26, 2019 01:01
EC2 User data: install Apache web server for Amazon Linux 2 Image
#!/bin/bash
########################################
##### USE THIS WITH AMAZON LINUX 2 #####
########################################
# get admin privileges
sudo su
# install httpd (Linux 2 version)