1 Answer
- Newest
- Most votes
- Most comments
3
Hi, S3 documentaion will give you lots of interesting info about static S3 hosting
Each S3 object can be zero bytes to 5 TB in file size, and there’s no limit to the number of Amazon S3 objects you can store.
For all of it, see https://docs.aws.amazon.com/whitepapers/latest/build-static-websites-aws/use-amazon-s3-website-hosting-to-host-without-a-single-web-server.html
You shouldn't reach any throughput limitation:
Amazon S3 gives you access to the same highly scalable, reliable, fast, and inexpensive infrastructure that Amazon uses to run its own global network of websites.
But, you can add CloudFront (also to improve latency for users far away from the bucket of your region. See https://docs.aws.amazon.com/whitepapers/latest/build-static-websites-aws/speeding-up-your-amazon-s3-based-website-using-amazon-cloudfront.html
Indeed, it is recommended to read the full wp, from which the pages above come.
Best, Didier
Relevant content
- asked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 6 months ago