1๐
If there is some kind of malicious attack happening. There are couple of things you should do
- Enable AWS Guard Duty to detect the resources under attack.
- Put your web server behind an application loadbalancer and enable waf on alb. This will act as a firewall for your webserver. Make sure you test this solution in your uat environment before implementing it into production
๐คVineet Singh
0๐
Maybe your server is a very low EC2 instance, or you have a limited "pay as you go" plan, so this spider that wanted to hack into your server using all the resources.
๐คIgor
- [Answered ]-Django Authentication to use both email and username
- [Answered ]-Reset Django registration models?
- [Answered ]-No reverse match when rendering an email template with uid/token variable
Source:stackexchange.com