amazon-apigateway-ingress-controller icon indicating copy to clipboard operation
amazon-apigateway-ingress-controller copied to clipboard

Include Throttling in CFN template - AWS::ApiGateway::UsagePlan

Open Mistawes opened this issue 5 years ago • 1 comments

While looking at measures to reduce potential risk of cost in a DDOS, I noticed that we can't define any throttling settings, which would be very useful for this controller.

Seems like it would need to include AWS::ApiGateway::UsagePlan while building the template, to allow us to define ThrottleSettings.

Mistawes avatar Apr 03 '20 21:04 Mistawes

The limiting can still be set in the AWS console if I am not mistaken. But stage level rate limiting settings can be super useful, one less manual intervention

orange-oranje avatar Apr 09 '20 08:04 orange-oranje