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.