From a3e7271b6feb079769626c6e671fb8331a158fda Mon Sep 17 00:00:00 2001
From: "Jagadeesh, Amulya Gowri (PG/T - Comp Sci & Elec Eng)"
 <aj01496@surrey.ac.uk>
Date: Mon, 13 May 2024 20:50:10 +0000
Subject: [PATCH] first commit

---
 aj01496_setup.bash | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 aj01496_setup.bash

diff --git a/aj01496_setup.bash b/aj01496_setup.bash
new file mode 100644
index 0000000..9e7f631
--- /dev/null
+++ b/aj01496_setup.bash
@@ -0,0 +1,10 @@
+#!/bin/bash
+yum update -y
+yum install httpd -y
+
+service httpd start
+chkconfig httpd on
+
+wget https://gitlab.surrey.ac.uk/vn00197/comm034/-/raw/main/aws_ec2.py -P /var/www/cgi-bin
+chmod +x /var/www/cgi-bin/aws_ec2.py
+
-- 
GitLab