
Answer-first summary for fast verification
Answer: Configure the Amazon Redshift Federated Query feature to query live transactional data that is in the PostgreSQL database., Schedule a monthly job to copy data that is older than 15 months to Amazon S3 by using the UNLOAD command. Delete the old data from the Redshift cluster. Configure Amazon Redshift Spectrum to access historical data in Amazon S3.
Option A is CORRECT because configuring the Amazon Redshift Federated Query feature allows you to query live transactional data directly from the PostgreSQL database. This enables seamless integration of live data into your analytics queries without needing to move the data into Redshift. Option C is CORRECT because scheduling a monthly job to copy data that is older than 15 months to Amazon S3 using the UNLOAD command and configuring Amazon Redshift Spectrum to access the historical data in S3 allows you to cost-effectively archive old data. Redshift Spectrum can query data stored in S3 without the need to store it in the Redshift cluster, reducing storage costs.
Author: Ritesh Yadav
Ultimate access to all questions.
No comments yet.
Question 35/60
A retail company uses Amazon Aurora PostgreSQL to process and store live transactional data. The company uses an Amazon Redshift cluster for a data warehouse.
An extract, transform, and load (ETL) job runs every morning to update the Redshift cluster with new data from the PostgreSQL database. The company has grown rapidly and needs to cost optimize the Redshift cluster.
A data engineer needs to create a solution to archive historical data. The data engineer must be able to run analytics queries that effectively combine data from live transactional data in PostgreSQL, current data in Redshift, and archived historical data. The solution must keep only the most recent 15 months of data in Amazon Redshift to reduce costs.
Which combination of steps will meet these requirements? (Choose two.)
A
Configure the Amazon Redshift Federated Query feature to query live transactional data that is in the PostgreSQL database.
B
Configure Amazon Redshift Spectrum to query live transactional data that is in the PostgreSQL database.
C
Schedule a monthly job to copy data that is older than 15 months to Amazon S3 by using the UNLOAD command. Delete the old data from the Redshift cluster. Configure Amazon Redshift Spectrum to access historical data in Amazon S3.
D
Schedule a monthly job to copy data that is older than 15 months to Amazon S3 Glacier Flexible Retrieval by using the UNLOAD command. Delete the old data from the Redshift cluster. Configure Redshift Spectrum to access historical data from S3 Glacier Flexible Retrieval.
E
Create a materialized view in Amazon Redshift that combines live, current, and historical data from different sources.