Created AWS Diagram:
S3 bucket (for static website hosting)
CloudFront distribution (connected to the S3 bucket)
Created bash script that do the following:
Created an index.html file with custom content.
Upload that file to the S3 bucket using the AWS CLI from from your machine.