by truthbrother | Aug 13, 2021 | Amazon S3, Amazon Web Services
Back in 2009 I received an email from an AWS developer named Andy. He told me that he and his team of five engineers had built a product called CloudBerryExplorer for Amazon S3. I mentioned his product in my CloudFront Management Tool Roundup and in several...
by truthbrother | Apr 27, 2020 | Amazon CloudFront, Amazon S3
I want to host a static website on an Amazon Simple Storage Service (Amazon S3) bucket. Then, I want to serve my website through an Amazon CloudFront distribution. How can I do that? Short Description To serve a static website hosted on Amazon S3, you can deploy a...
by truthbrother | Nov 10, 2018 | Amazon S3
An index document is a webpage that Amazon S3 returns when a request is made to the root of a website or any subfolder. For example, if a user enters http://www.example.com in the browser, the user is not requesting any specific page. In that case, Amazon S3 serves up...
by truthbrother | Nov 9, 2018 | Amazon S3
You can configure an Amazon S3 bucket to function like a website. This example walks you through the steps of hosting a website on Amazon S3. Step 1: Creating a Bucket and Configuring It as a Website Sign in to the AWS Management Console and open the Amazon S3 console...
by truthbrother | Nov 9, 2018 | Amazon S3
You can host a static website on Amazon Simple Storage Service (Amazon S3). On a static website, individual webpages include static content. They might also contain client-side scripts. By contrast, a dynamic website relies on server-side processing, including...