
Ultimate access to all questions.
A data analytics company is migrating its batch processing system to AWS, requiring efficient processing of incoming FTP data files with minimal FTP client changes. The system must process files as they arrive and delete them post-success, with an average processing time of 3-8 minutes per file. Which AWS solution best meets these operational efficiency criteria?
A
EC2 with FTP server storing in S3 Glacier Flexible Retrieval, AWS Batch for job queues, and EventBridge for nightly job invocation and object deletion.
B
EC2 with FTP server using Amazon EBS, AWS Batch for job queues, and EventBridge for nightly job invocation and file deletion.
C
AWS Transfer Family with FTP server on EBS, AWS Batch for job queues, and S3 notifications for triggering AWS Batch jobs and file deletion upon arrival.
D
AWS Transfer Family with FTP server in S3 Standard, a Lambda function for processing and auto-deletion, and S3 notifications to invoke the function as files arrive.