Amazon Simple Storage Service
- Use S3 Standard
- Single File up to 5TB
- Unlimited Parallel Uploads / Downloads
- $25 / TB / month (First 50TB) in Tokyo Pricing
- $5 / 1M upload requests (POST, COPY, PUT, LIST)
- $0.37 / 1M downloads requests (GET, SELECT)
-
S3 not support HTTPS for static website endpoints, but if you use CloudFront it is possible. But only at top-level root object: (
/books
but not /books/index.html
) See here
- bucket names are unique across all AWS regions and AWS users (so you cannot have names you want, probably taken)