Question 344:
A company is planning on using AWS Redshift as their data store. They have a lot of files that are going to be dropped into AWS S3 by different departments. They want to have the ability to automate the way the files get loaded into Redshift. How can they accomplish this in an efficient and cost-effective manner?
Answer options:
A.Create a cron job on an EC2 Instance to poll the S3 buckets and drop the content onto AWS Redshift B.Use S3 events to invoke Lambda functions that will transfer the files to AWS Redshift. C.Use AWS Redshift triggers to poll the S3 buckets and drop the content onto its tables D.Use AWS S3 events to call SQS and then use the queues to drop the content onto its tables