diff --git a/aj01496_setup.bash b/aj01496_setup.bash
new file mode 100644
index 0000000000000000000000000000000000000000..9e7f6313b46251ef21e02de4bc51416352e53d6f
--- /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
+