A company recently migrated to the AWS Cloud. The company wants a serverless solution for large-scale parallel on-demand processing of a semistructured dataset. The data consists of logs, media files, sales transactions, and IoT sensor data that is stored in Amazon S3. The company wants the solution to process thousands of items in the dataset in parallel. Which solution will meet these requirements with the MOST operational efficiency?
AUse the AWS Step Functions Map state in Inline mode to process the data in parallel.
BUse the AWS Step Functions Map state in Distributed mode to process the data in parallel.
CUse AWS Glue to process the data in parallel.
DUse several AWS Lambda functions to process the data in parallel.