exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 849 discussion

Exam question from Amazon's AWS-SysOps
Question #: 849
Topic #: 1
[All AWS-SysOps Questions]

A company runs an image-processing application on a serverless infrastructure. Each processing job runs in a single AWS Lambda execution. A sysops administrator is tasked with ensuring there is enough capacity to run 500 simultaneous jobs even if other Lambda functions are being run for other applications.
The administrator has already increased service limits within the Region.
Which action should be taken?

  • A. Configure a dead-letter queue to retry any throttled executions
  • B. Modify the memory settings on the Lambda function to allow for 500 parallel executions
  • C. Move the image-processing logic to AWS Step Functions
  • D. Set the reserved concurrency for the image-processing Lambda function to 500
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Reference:
https://docs.aws.amazon.com/lambda/latest/dg/invocation-scaling.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
vramchn
Highly Voted 2 years, 7 months ago
Looks like D The regional concurrency limit starts at 1,000. You can increase the limit by submitting a request in the Support Center console. To allocate capacity on a per-function basis, you can configure functions with reserved concurrency. Reserved concurrency creates a pool that can only be used by its function, and also prevents its function from using unreserved concurrency.
upvoted 12 times
...
albert_kuo
Most Recent 9 months, 3 weeks ago
Selected Answer: D
Reserved concurrency is an AWS Lambda feature that allows you to set the maximum number of concurrent executions for a specific Lambda function. By setting the reserved concurrency to 500 for the image-processing Lambda function, you ensure that the function can handle up to 500 simultaneous executions concurrently.
upvoted 1 times
...
Bunchie
1 year, 9 months ago
D is Correct Lambda uses quotas to determine how many concurrent runs are allowed for the AWS account. However, if different functions are competing for this number, you can further define concurrent runs.
upvoted 1 times
...
Bunchie
1 year, 9 months ago
Lambda uses quotas to determine how many concurrent runs are allowed for the AWS account. However, if different functions are competing for this number, you can further define concurrent runs.
upvoted 1 times
...
RicardoD
2 years, 6 months ago
D is the answer
upvoted 1 times
...
abhishek_m_86
2 years, 6 months ago
D. Set the reserved concurrency for the image-processing Lambda function to 500 Seems correct
upvoted 1 times
...
jackdryan
2 years, 6 months ago
I'll go with D
upvoted 1 times
...
MFDOOM
2 years, 6 months ago
D. Set the reserved concurrency for the image-processing Lambda function to 500 https://www.google.com/search?client=firefox-b-1-d&q=lambda+concurrency+limit
upvoted 2 times
portland
2 years, 6 months ago
To allocate capacity on a per-function basis, you can configure functions with reserved concurrency.
upvoted 1 times
...
...
vob
2 years, 7 months ago
D. Not A because is irrelevant, relates to SQS and failure debugging. Not B because nothing to do with memory. Not C because step functions aren't even relevant.
upvoted 2 times
...
MrDEVOPS
2 years, 7 months ago
C https://aws.amazon.com/step-functions/use-cases/
upvoted 1 times
MrDEVOPS
2 years, 7 months ago
Reverted its D. The link is valid
upvoted 3 times
...
...
Radi112
2 years, 7 months ago
I think here is C
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago