A manufacturing company has been collecting IoT sensor data from devices on its factory floor for a year and is storing the data in Amazon Redshift for dailyanalysis. A data analyst has determined that, at an expected ingestion rate of about 2 TB per day, the cluster will be undersized in less than 4 months. A long-termsolution is needed. The data analyst has indicated that most queries only reference the most recent 13 months of data, yet there are also quarterly reports thatneed to query all the data generated from the past 7 years. The chief technology officer (CTO) is concerned about the costs, administrative effort, andperformance of a long-term solution.Which solution should the data analyst use to meet these requirements?
A. Create a daily job in AWS Glue to UNLOAD records older than 13 months to Amazon S3 and delete those records from Amazon Redshift
B. Take a snapshot of the Amazon Redshift cluster
C. Execute a CREATE TABLE AS SELECT (CTAS) statement to move records that are older than 13 months to quarterly partitioned data in Amazon Redshift Spectrum backed by Amazon S3
D. Unload all the tables in Amazon Redshift to an Amazon S3 bucket using S3 Intelligent-Tiering