Even if AWS auto scalling is present can my web application still be vulnerable to DDOS by Brute forcing on login page?
I got a 504 Gateway time out error. I suspect this may be due to application level DOS.
Even if AWS auto scalling is present can my web application still be vulnerable to DDOS by Brute forcing on login page?
I got a 504 Gateway time out error. I suspect this may be due to application level DOS.
There is nothing to distinguish between real traffic and non-real traffic, That’s why autoscaling won’t recognize a DDOS attack, and for the 504 Gateway time out error message Check the configurations on your firewall, security groups, and origin server to identify the source of the errors
hmmm great!! i can teach more about this topic
This topic was automatically closed after 121 days. New replies are no longer allowed.