Hosting Static Website with AWS S3 | Public Access
⭐You can use Amazon S3 to host a static website. On a static website, individual webpages include static content. They might also contain client-side scripts.
⭐To host a static website on Amazon S3, you configure an Amazon S3 bucket for website hosting and then upload your website content to the bucket.
⭐When you configure a bucket as a static website, you must enable website hosting, set permissions, and create and add an index document.
⭐Depending on your website requirements, you can also configure redirects, web traffic logging, and a custom error document.