Monday, 4 December 2017

On AWS Lambda Functions you can now set a Concurrency Limits

A Concurrency Limit can be set on individual Amazon Web Service Lambda Functions. The Concurrency Limit that is set to reserve a portion of the account level concurrency limit for a given function. This feature will enable you to control a given function if it reaches a maximum number of concurrent executions permitted which can be set. This is very essential when you want to limit the traffic rates to downstream resources called by AWS Lambda or if you want to manage the consumption of elastic network interfaces and the IP address needed for function accessing a private Virtual Private Cloud. 

No comments:

Post a Comment

Networking & Connectivity in Hybrid Cloud: Connecting On-Premises with AWS

Hybrid cloud adoption is on the rise as organizations aim to balance on-premises control with the scalability of public clouds like AWS. A c...