Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 597 discussion

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.
  • 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.
  • D. Increase the Lambda function memory.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
emakid
3 months, 2 weeks ago
Selected Answer: B
Option B: Set up a scheduled scaling to increase Lambda provisioned concurrency before employees begin to use the application each day. Explanation: Provisioned concurrency ensures that a specified number of Lambda instances are initialized and ready to handle requests. By scheduling this scaling, you can pre-warm Lambda functions before peak usage times, reducing cold start latency. This solution directly addresses the latency issue caused by cold starts.
upvoted 2 times
...
TariqKipkemei
10 months, 3 weeks ago
Selected Answer: B
Provisioned concurrency pre-initializes execution environments for your functions. These execution environments are prepared to respond immediately to incoming function requests at start of day.
upvoted 2 times
...
potomac
11 months, 2 weeks ago
Selected Answer: B
A is wrong API Gateway throttling limit is for better throughput, not for latency
upvoted 1 times
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: B
Set up a scheduled scaling to increase Lambda provisioned concurrency before employees begin to use the application each day.
upvoted 4 times
...
Mll1975
1 year, 1 month ago
Selected Answer: B
Provisioned Concurrency incurs additional costs, so it is cost-efficient to use it only when necessary. For example, early in the morning when activity starts, or to handle recurring peak usage.
upvoted 3 times
...
Eminenza22
1 year, 1 month ago
Selected Answer: B
B option setting up a scheduled scaling to increase Lambda provisioned concurrency before employees begin to use the application each day. This solution is cost-effective and requires minimal development effort.
upvoted 1 times
...
oayoade
1 year, 1 month ago
Selected Answer: B
https://aws.amazon.com/blogs/compute/scheduling-aws-lambda-provisioned-concurrency-for-recurring-peak-usage/
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...