Question 283:
Your company has developed and managed a Cash Logistics application. The application collects data from a variety of sources like Bank, Deposit Boxes, or ATMs. Then, it routes the physical cash to various points like Chain Stores, Banks, and ATM points to schedule the pickups and drop-offs. The application receives requests in different formats from different sources like CSV, XML, JSON, or even encoded data. Due to the nature of the application, all the transfer requests come before 24 hours of the actual time of scheduling so that they can be processed and prepared for the scheduling.
Answer options:
A.Use the AWS Glue to perform the extract and import the data to the source database for job scheduling. Trigger the AWS Batch jobs once the data is imported to perform the route schedule. B.Use the AWS Batch to execute the processing jobs for different importers. Create separate job definitions and compute environments to support different import files based on customers. C.Create different S3 buckets for a different source. Use the Lambda trigger to invoke after a new request has arrived. The Lambda will process the file and import the data into the target database for the job scheduling. D.Use the EFS to import the data from on-premises data centers to the AWS. Run the EMR jobs which can pull the data from the EFS and import the data into the database for the job scheduling. E.Import the files of data requests from the on-premises data center to S3. Store the files into one S3 bucket and allocate one folder for each customer.