1 Answer
- Newest
- Most votes
- Most comments
1
Hello,
CloudFront itself can't limit outbound traffic, but here are two options there as follows:
1. WAF with Rate Limiting: Throttle requests based on users/locations using AWS WAF integrated with CloudFront.
2.Lambda@Edge with SQS: Track request counts and block excess using a Lambda@Edge function and SQS queue.
Consider costs and choose the approach that best suits your needs. Billing alerts and CloudWatch metrics are still recommended for monitoring usage.
Relevant content
- asked 5 months ago
