QuestionQ93
Data Ingestion and TransformationA company produces reports from 30 tables in an Amazon Redshift data warehouse. Its data source is an operational Amazon Aurora MySQL database containing 100 tables. At present, the company refreshes all Aurora data into Amazon Redshift hourly, causing report-generation delays.
Which combination of steps meets these requirements with the LEAST operational overhead?
Choose two
- A Use AWS Database Migration Service (AWS DMS) to create a replication task. Select only the required tables.
- B Create a database in Amazon Redshift that uses the integration.
- C Create a zero-ETL integration in Amazon Aurora. Select only the required tables.
- D Use query editor v2 in Amazon Redshift to access the data in Aurora.
- E Create an AWS Glue job to transfer each required table. Run an AWS Glue workflow to initiate the jobs every 5 minutes.
Community Discussion