ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 451 - SAA-C03 discussion

Report
Export

A company hosts an internal serverless application on AWS by using Amazon API Gateway and AWS Lambda. The company's employees report issues with high latency when they begin using the application each day. The company wants to reduce latency.

Which solution will meet these requirements?

A.
Increase the API Gateway throttling limit.
Answers
A.
Increase the API Gateway throttling limit.
B.
Set up a scheduled scaling to increase Lambda provisioned concurrency before employees begin to use the application each day.
Answers
B.
Set up a scheduled scaling to increase Lambda provisioned concurrency before employees begin to use the application each day.
C.
Create an Amazon CloudWatch alarm to initiate a Lambda function as a target for the alarm at the beginning of each day.
Answers
C.
Create an Amazon CloudWatch alarm to initiate a Lambda function as a target for the alarm at the beginning of each day.
D.
Increase the Lambda function memory.
Answers
D.
Increase the Lambda function memory.
Suggested answer: B

Explanation:

AWS Lambda is a serverless compute service that lets you run code without provisioning or managing servers. Lambda scales automatically based on the incoming requests, but it may take some time to initialize new instances of your function if there is a sudden increase in demand. This may result in high latency or cold starts for your application. To avoid this, you can use provisioned concurrency, which ensures that your function is initialized and ready to respond at any time. You can also set up a scheduled scaling policy that increases the provisioned concurrency before employees begin to use the application each day, and decreases it when the demand is low.

Reference: https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html

asked 16/09/2024
jateen chibabhai
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first