Multiple Choice
A DevOps Engineer has a single Amazon DynamoDB table that received shipping orders and tracks inventory. The Engineer has three AWS Lambda functions reading from a DymamoDB stream on that table. The Lambda functions perform various functions such as doing an item count, moving items to Amazon Kinesis Data Firehose, monitoring inventory levels, and creating vendor orders when parts are low. While reviewing logs, the Engineer notices the Lambda functions occasionally fail under increased load, receiving a stream throttling error. Which is the MOST cost-effective solution that requires the LEAST amount of operational management?
A) Use AWS Glue integration to ingest the DynamoDB stream, then migrate the Lambda code to an AWS Fargate task.
B) Use Amazon Kinesis streams instead of DynamoDB streams, then use Kinesis analytics to trigger the Lambda functions.
C) Create a fourth Lambda function and configure it to be the only Lambda reading from the stream. Then use this Lambda function to pass the payload to the other three Lambda functions.
D) Have the Lambda functions query the table directly and disable DynamoDB streams. Then have the Lambda functions query from a global secondary index.
Correct Answer:

Verified
Correct Answer:
Verified
Q461: You are using a configuration management system
Q462: What is the scope of an EC2
Q463: A business has an application that consists
Q464: A company has deployed several applications globally.
Q465: A company has migrated its container-based applications
Q467: What option below is the geographic limit
Q468: You have an application consisting of a
Q469: A company updated the AWS CloudFormation template
Q470: A DevOps engineer is deploying an AWS
Q471: A DevOps Engineer is asked to implement