TransWikia.com

AWS subnets for lambda synchronous invocations

DevOps Asked on August 22, 2021

Am I right in thinking giving a lambda using an API gateway 3 subnets each with a range of 16 would result in 2 subnets being used at once and 1 IP used for the API gateway that is in the same subnets resulting in a max of 31 invocations before the error code 429 is returned due to Too Many Requests.
This is my thinking as there should be no other resources using an ip address that will be in these subnets but I can see testing it as being complicated and taking a very significant amount of time with my current knowledge.

One Answer

I don't entirely understand your use-case, but it sounds like you are trying to limit the number of Lambda invocations by restricting its IP range.

There are two better ways to rate limit your application. Option one would be to use API Gateway request throttling:

https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-request-throttling.html

Option two, Lambdas have a concurrency limit that can be set to achieve a similar behaviour to your approach:

https://aws.amazon.com/about-aws/whats-new/2017/11/set-concurrency-limits-on-individual-aws-lambda-functions

Hope that helps with your design!

Answered by Woodland Hunter on August 22, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP