AWS EC2 S3 Automated With python
This programme is a Python3 script that utilizes Boto3 to automate the process of creating an AWS EC2 instance with an Apache web server installed on it and a S3 bucket configured for static web hosting. This script is designed for use in a Linux based operating system. This script only requires one other file to run successfully; the pre-built index.html page included in this repository. Upon completetion, the script will have launched the Apache web sebver, which will be […]
Read more