S3 can host static websites and have them accessible on the Internet. The website URL will be depending on the region of your S3 bucket (http://bucket-name/s3-website-aws-region.amazonaws.com
or http://bucket-name/s3-website.aws-region.amazonaws.com
).
If you get a 403 Forbidden error, make sure the bucket policy allows public reads (more on Amazon S3 Bucket Policies).
Creating a static website
In your S3 bucket console, under the Properties tab, you can select to enable static website hosting. You can display different media resources in your S3 bucket to the static website.
Back to parent node: Amazon S3
Cloud_computing AWS AWS_CLF-C02 AWS_storage Amazon_S3 S3_static_web_hosting
Reference* - Udemy Ultimate AWS Certified Cloud Practitioner CLF-C02