As you may already know, there are few ways to host a static website in AWS. Host the static website on s3 bucket and then use route 53 to re-point the s3 bucket website end point to your custom website. This is probably the cheapest option. OR Use CloudFront distribution to distribute s3 bucket website…