Limits for S3 Static Website Hosting

0

My team is using an S3 bucket's static website feature to host a site, also making use of the redirection rules for that website. We know of the limits of direct S3 access (https://docs.aws.amazon.com/AmazonS3/latest/userguide/optimizing-performance.html), but we aren't sure if the static web hosting feature imposes different limits.

Does anyone know if using static web hosting imposes limits beyond basic S3's limits?

질문됨 일 년 전691회 조회
1개 답변
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

profile pictureAWS
전문가
답변함 일 년 전
profile picture
전문가
검토됨 15일 전
profile picture
전문가
검토됨 일 년 전
profile pictureAWS
전문가
검토됨 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠