SAP-C02 学习助手

SAP-C02 第 452 题

DynamoDB S3 Aurora DMS

题目

A company needs to modernize an application and migrate the application to AWS. The application stores user profile data as text in a single table in an on-premises MySQL database. After the modernization, users will use the application to upload video files that are up to 4 GB in size. Other users must be able to download the video files from the application. The company needs a video storage solution that provides rapid scaling. The solution must not affect application performance. Which solution will meet these requirements?

中文翻译:
公司需要对应用程序进行现代化改造并将应用程序迁移到 AWS。该应用程序将用户配置文件数据以文本形式存储在本地 MySQL 数据库的单个表中。现代化后,用户将使用该应用程序上传最大 4 GB 的视频文件。其他用户必须能够从应用程序下载视频文件。该公司需要一种能够快速扩展的视频存储解决方案。该解决方案不得影响应用程序性能。哪种解决方案可以满足这些要求?

选项

A. Migrate the database to Amazon Aurora PostgreSQL by using AWS Database Migration Service (AWS DMS). Store the videos as base64-encoded strings in a TEXT column in the database.

中文翻译:
使用 AWS Database Migration Service (AWS DMS) 将数据库迁移到 Amazon Aurora PostgreSQL。将视频作为 base64 编码的字符串存储在数据库的 TEXT 列中。

B. Migrate the database to Amazon DynamoDB by using AWS Database Migration Service (AWS DMS) with the AWS Schema Conversion Tool (AWS SCT). Store the videos as objects in Amazon S3. Store the S3 key in the corresponding DynamoDB item.

中文翻译:
使用 AWS Database Migration Service (AWS DMS) 和 AWS Schema Conversion Tool (AWS SCT) 将数据库迁移到 Amazon DynamoDB。将视频作为对象存储在 Amazon S3 中。将 S3 密钥存储在相应的 DynamoDB 项目中。

C. Migrate the database to Amazon Keyspaces (for Apache Cassandra) by using AWS Database Migration Service (AWS DMS) with the AWS Schema Conversion Tool (AWS SCT). Store the videos as objects in Amazon S3. Store the S3 object identifier in the corresponding Amazon Keyspaces entry.

中文翻译:
使用 AWS Database Migration Service (AWS DMS) 和 AWS Schema Conversion Tool (AWS SCT) 将数据库迁移到 Amazon Keyspaces(适用于 Apache Cassandra)。将视频作为对象存储在 Amazon S3 中。将 S3 对象标识符存储在相应的 Amazon Keyspaces 条目中。

D. Migrate the database to Amazon DynamoDB by using AWS Database Migration Service (AWS DMS) with the AWS Schema Conversion Tool (AWS SCT). Store the videos as base64-encoded strings in the corresponding DynamoDB item.

中文翻译:
使用 AWS Database Migration Service (AWS DMS) 和 AWS Schema Conversion Tool (AWS SCT) 将数据库迁移到 Amazon DynamoDB。将视频作为 base64 编码的字符串存储在相应的 DynamoDB 项目中。

答案

B

解析

正确答案:B 解析: 本题应选择 B。 正确选项: B. 使用 AWS Database Migration Service (AWS DMS) 和 AWS Schema Conversion Tool (AWS SCT) 将数据库迁移到 Amazon DynamoDB。将视频作为对象存储在 Amazon S3 中。将 S3 密钥存储在相应的 DynamoDB 项目中。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02...

登录后查看完整解析