- Newest
- Most votes
- Most comments
I noticed the country code of "SG," or Singapore (from what I looked up).
Have you considered using Geo-IP block on either CloudFront or WAF? https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-geo-match.html (WAF) https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/georestrictions.html (CF)
This may be a better way to limit | block an IP by zooming out to the country code? I didn't read in your post that any customers are needed from "SG."
You can also block an IP using an NACL, on the subnet which the EC2 lives in.
Let me know if this helps or not, thanks!
Hi,
You may be interested in this article on how to use WAF to mitigate DDoS attacks: https://repost.aws/knowledge-center/waf-mitigate-ddos-attacks.
You may also want to read this detailed article: https://aws.amazon.com/developer/application-security-performance/articles/ddos-protection/
Best
Didier
Relevant content
- asked a year ago
- asked 8 months ago
- asked 2 years ago

The site needs to be globally accessible including SG, updated the question to include this detail. From the picture above, the requests are coming from
47.82.*.*. can we automate the blocking if such IP pattern is making excessive requests? because it coming from multiple IP addresses but have similar pattern.