Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Amazon Web Services AWS Certified Solutions Architect - Associate (SAA-C03) SAA-C03 Question # 175 Topic 18 Discussion

Amazon Web Services AWS Certified Solutions Architect - Associate (SAA-C03) SAA-C03 Question # 175 Topic 18 Discussion

SAA-C03 Exam Topic 18 Question 175 Discussion:
Question #: 175
Topic #: 18

A company provides devices to users. When a device is registered, its ID is added to DynamoDB. A daily job activates devices using two Lambda functions:

• The Retrieve function lists unregistered device IDs.

• The Retrieve function then calls the Activate function in a loop to register each device.

The number of activations is increasing, and the company wants to avoid Lambda timeouts without modifying existing functions.

Which solution will scale appropriately?


A.

Use EventBridge Scheduler to periodically invoke the Retrieve function.


B.

Invoke the Activate function from DynamoDB Streams when a device ID is added.


C.

Use Step Functions to call the Retrieve function and use a Map state to run the Activate function for each ID.


D.

Move the Retrieve function to EC2 for longer processing time.


Get Premium SAA-C03 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.