2 Answers
- Newest
- Most votes
- Most comments
4
No, not directly in S3.
However, you can serve your bucket content from a CloudFront distribution (AWS's CDN service) and associate AWS WAF to your distribution with rate-limit based rules per source IP address.
4
Hello.
Such settings cannot be made with S3 alone.
If you introduce CloudFront and WAF, you can introduce rate-based rules, so I think you can set things like download limits at 1-minute intervals.
https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-rate-based.html
AWS WAF recently added the ability to set rate-based rules in 1-minute intervals.
https://aws.amazon.com/about-aws/whats-new/2024/03/aws-waf-rate-based-rules-configurable-time-windows/?nc1=h_ls
Hi Riku, Thank you for your reply!!
Relevant content
- asked 2 years ago

Hi Yaniv, Thank you for your reply!!