
Ultimate access to all questions.
The development team at an IT company has set up an Application Load Balancer (ALB) to route requests to a Lambda function named A. However, they have noticed that Lambda function A is not processing any of the requests sent by the ALB. Upon investigating the issue, they discovered that another Lambda function, named B, operating within the same AWS account is surpassing the concurrency limits set for their Lambda functions.
What steps can the development team take to resolve this problem?
A
Use a Cloudfront Distribution instead of an Application Load Balancer (ALB) for Lambda function A
B
Set up reserved concurrency for the Lambda function B so that it throttles if it goes above a certain concurrency limit
C
Set up provisioned concurrency for the Lambda function B so that it throttles if it goes above a certain concurrency limit
D
Use an API Gateway instead of an Application Load Balancer (ALB) for Lambda function A