Q2 — AWS DEA-C01 Ch.1
Question 2 of 100 | ← Chapter 1
A media company wants to improve a system that recommends media content to customer based on user behavior and preferences. To Improve the recommendation system, the company needs to incorporate insights from third-party datasets into the company's existing Analytics platform. The company wants to minimize the effort and time required to incorporate third-party datasets. Which solution will meet these requirements with the LEAST operational overhead?
- A. Use API calls to access and integrate third-party datasets from AWS Data Exchange. ✓
- B. Use API calls to access and integrate third-party datasets from AWS DataSync.
- C. Use Amazon Kinesis Data Streams to access and integrate third-party datasets from AWS CodeCommit repositories.
- D. Use Amazon Kinesis Data Streams to access and integrate third-party datasets from Amazon Elastic Container Registry (Amazon ECR).
Correct Answer: A. Use API calls to access and integrate third-party datasets from AWS Data Exchange.
Explanation
为了最小化将第三方数据集整合到现有分析平台的努力和时间,公司应选择直接且高效的方法。AWSDataExchange是一个允许用户查找、订阅和使用第三方数据集的服务,通过API调用可以直接访问这些数据集。AWSDataSync主要用于在本地存储和AWS存储服务之间同步数据,不适合直接集成第三方数据集。AmazonKinesisDataStreams用于实时数据流处理,而CodeCommit和ECR分别是代码仓库和容器镜像仓库服务,与数据集集成不直接相关。因此,A选项通过AWSDataExchange的API调用访问和整合第三方数据集,是满足要求且操作开销最小的解决方案。