Question 632:
Which of the following is NOT a potential use case for using AWS Lambda?
Answer options:
A.Periodically check the log files for errors in CloudWatch or CloudTrail and send out notifications through SNS. B.Download S3 bucket objects of size varying between 500 MB-2 GB to a Lambda Ephemeral disk or temp location, read and analyze them for keywords and add the keywords to the metadata of file object for search purposes. C.Schedule a job and invoke a Lambda function to generate AWS resource usage reports based on certain tags. D.A website with highly scalable backend layer that will persist data into RDS or DynamoDB.