Skip to content

Instantly share code, notes, and snippets.

Avatar

Mukund Parmar mukundparmar

  • Toronto
View GitHub Profile
@mukundparmar
mukundparmar / ec2-apache.sh
Created January 11, 2021 16:42 — forked from herrera-ignacio/ec2-apache.sh
EC2 User data: install Apache web server for Amazon Linux 2 Image
View ec2-apache.sh
#!/bin/bash
########################################
##### USE THIS WITH AMAZON LINUX 2 #####
########################################
# get admin privileges
sudo su
# install httpd (Linux 2 version)