nerdexam
Amazon

SOA-C02 · Question #480

A developer creates an AWS Lambda function that runs when an object is put into an Amazon S3 bucket. The function reformats the object and places the object back into the S3 bucket. During testing…

The correct answer is B. Set the function's reserved concurrency to 0. https://aws.amazon.com/blogs/compute/avoiding-recursive-invocation-with-amazon-s3-and-aws-

Submitted by tyler.j· Mar 30, 2026Monitoring, Logging, and Remediation

Question

A developer creates an AWS Lambda function that runs when an object is put into an Amazon S3 bucket. The function reformats the object and places the object back into the S3 bucket. During testing, the developer notices a recursive invocation loop. The developer asks a SysOps administrator to immediately stop the recursive invocations. What should the SysOps administrator do to stop the loop without errors?

Options

  • ADelete all the objects from the S3 bucket.
  • BSet the function's reserved concurrency to 0.
  • CUpdate the S3 bucket policy to deny access for the function.
  • DPublish a new version of the function.

How the community answered

(53 responses)
  • A
    4% (2)
  • B
    74% (39)
  • C
    15% (8)
  • D
    8% (4)

Explanation

https://aws.amazon.com/blogs/compute/avoiding-recursive-invocation-with-amazon-s3-and-aws-

Topics

#Lambda concurrency#recursive invocation#reserved concurrency#S3 event triggers

Community Discussion

No community discussion yet for this question.

Full SOA-C02 Practice