In AWS S3 you can actually enable a static webpage for your S3 bucket. You simply make the content publicly available utilizing a bucket policy and enable the static webpage, you can then upload your index.html file as your main page! Once you have your index.html file uploaded to your bucket, your bucket policy allows all objects to be publicly accessible, and the static webpage hosting is available you can copy the URL listed there and access your webpage hosted by S3! Amazon S3 is highly available, affordable, and offers great security. Although it does not allow for a wide range of customization or other features, so it is a good option if you just need a simple, static and highly available website.