3

I've launched my application on GCP App Engine with 8 micro-services. I did an overload test with apache j-meter and it seems to scale well.

However this can also be used as a DOS attack on my application and app engine does not seem to be blocking any of the looping requests but instead, it keeps scaling up the servers (which is fine), but however I want to be able to prevent such DOS attacks on my application.

I checked the firewall documentation of GCP App Engine and in that, you can specify an IP to be blocked. But is there a way to automate this process and prevent such attacks without manually putting the IP in the firewall rules.

1 Answer 1

2

You may consider Google Cloud Armor, a service which helps protect your applications and websites against denial of service and web attacks. You may have a look at the Best Practices for DDoS Protection and Mitigation on Google Cloud Platform document.

2

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .