Skip to content

Instantly share code, notes, and snippets.

View mukundparmar's full-sized avatar

Mukund Parmar mukundparmar

  • Caylent Inc
  • Toronto
  • 15:14 (UTC -04:00)
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
#!/bin/bash
########################################
##### USE THIS WITH AMAZON LINUX 2 #####
########################################
# get admin privileges
sudo su
# install httpd (Linux 2 version)