Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A company's data ingestion workflow, which uses Amazon SNS for notifications and AWS Lambda for processing, occasionally fails due to network issues, causing unprocessed data. What actions should be taken to ensure all data is ingested?
A
Deploy Lambda across multiple Availability Zones.
B
Use an Amazon SQS queue subscribed to the SNS topic.
C
Allocate more CPU and memory to the Lambda function.
D
Increase Lambda's provisioned throughput.
E
Adapt Lambda to process messages from an SQS queue.