Question 182:
A large retail firm saves its global sales reports in the S3 bucket & uses S3 Lifecycle rules to move this data from Standard_IA storage class to AWS S3 Glacier post 180 days. Due to the financial year-end, the Finance team is looking for a sales report for only the Europe region where a mismatch is reported in the sales figure. Which of the following is a recommended way to fetch this data with the least effort?
Answer options:
A.Retrieve this data from Amazon Glacier to S3 bucket & use Amazon S3 select to query specific continent data using simple SQL. B.Retrieve this data from Amazon Glacier to S3 bucket & use Amazon Athena to query specific continent data using SQL. C.Use Amazon S3 Glacier Select to query specific continent data which is restored to S3 bucket from AWS S3 Glacier. D.Use Amazon S3 Glacier Select to query specific continent data directly from Amazon S3 Glacier using simple SQL.