1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
Looking at the logs, I thought that the access was not from AWS.
I recommend checking the ALB access logs to find out where the access is coming from.
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html
There is a possibility that some kind of web crawling tool is being used, so you may want to consider blocking it with something like AWS WAF.
https://docs.aws.amazon.com/waf/latest/developerguide/waf-bot-control.html
https://repost.aws/knowledge-center/report-aws-resource-crawling
Relevant content
- AWS OFFICIALUpdated 6 months ago
