QuestionQ20
Data Ingestion and TransformationAn ecommerce company runs a complex order-fulfilment process across several operational systems hosted in AWS. Each operational system has a Java Database Connectivity (JDBC)-compliant relational database that captures the latest processing state.
The company must enable an operations team to track orders hourly throughout the entire fulfillment process.
Which solution meets these requirements with the LEAST development overhead?
- A Use AWS Glue to build ingestion pipelines from the operational systems into Amazon Redshift Build dashboards in Amazon QuickSight that track the orders.
- B Use AWS Glue to build ingestion pipelines from the operational systems into Amazon DynamoDBuild dashboards in Amazon QuickSight that track the orders.
- C Use AWS Database Migration Service (AWS DMS) to capture changed records in the operational systems. Publish the changes to an Amazon DynamoDB table in a different AWS region from the source database. Build Grafana dashboards that track the orders.
- D Use AWS Database Migration Service (AWS DMS) to capture changed records in the operational systems. Publish the changes to an Amazon DynamoDB table in a different AWS region from the source database. Build Amazon QuickSight dashboards that track the orders.
Community Discussion