Topic 1 Question 230
A developer registered an AWS Lambda function as a target for an Application Load Balancer (ALB) using a CLI command. However, the Lambda function is not being invoked when the client sends requests through the ALB.
Why is the Lambda function not being invoked?
A Lambda function cannot be registered as a target for an ALB.
A Lambda function can be registered with an ALB using AWS Management Console only.
The permissions to invoke the Lambda function are missing.
Cross-zone is not enabled on the ALB.
ユーザの投票
コメント(3)
C. The permissions to invoke the Lambda function are missing.
👍 2Claire_KMT2023/10/28- 正解だと思う選択肢: C
ANS: C
👍 2kaes2023/11/26 - 正解だと思う選択肢: C
The Lambda function must have the lambda:InvokeFunction permission for the ALB to successfully invoke it.
👍 2TanTran042023/12/15
シャッフルモード