0

I read some documentation here on rate limiting and throttling requests to prevent attacks on Google Cloud (called Google Cloud Armor).

I have a Google Cloud Endpoints application. How do I integrate Google Cloud Armor into it? Or if not possible, how can I rate limit or throttle requests to my endpoints?

My main concern is someone flooding my endpoints with requests and then that ends up costing money as more instances are spun up.

Micro
  • 10,303
  • 14
  • 82
  • 120

1 Answers1

0

We can't use Cloud Endpoints with Cloud Armor. Apigee is the API gateway to use if Cloud Armor functionality is necessary.

Cloud Armor is available for Cloud Run, Cloud Functions, App Engine, GKE, Apigee, and for Cloud Load Balancing.