SAP-C02 第 324 题
题目
A company is migrating a legacy application from an on-premises data center to AWS. The application uses MongoDB as a key- value database. According to the company's technical guidelines, all Amazon EC2 instances must be hosted in a private subnet without an internet connection. In addition, all connectivity between applications and databases must be encrypted. The database must be able to scale based on demand. Which solution will meet these requirements?
中文翻译:
一家公司正在将旧应用程序从本地数据中心迁移到 AWS。该应用程序使用 MongoDB 作为键值数据库。根据该公司的技术指南,所有 Amazon EC2 实例都必须托管在没有互联网连接的私有子网中。此外,应用程序和数据库之间的所有连接都必须加密。数据库必须能够根据需求进行扩展。哪种解决方案可以满足这些要求?
选项
A. Create new Amazon DocumentDB (with MongoDB compatibility) tables for the application with Provisioned IOPS volumes. Use the instance endpoint to connect to Amazon DocumentDB. DocumentDB。
中文翻译:
使用预配置 IOPS 卷为应用程序创建新的 Amazon DocumentDB(与 MongoDB 兼容)表。使用实例终端节点连接到 Amazon DocumentDB。文档数据库。
B. Create new Amazon DynamoDB tables for the application with on-demand capacity. Use a gateway VPC endpoint for DynamoDB to connect to the DynamoDB tables.
中文翻译:
为具有按需容量的应用程序创建新的 Amazon DynamoDB 表。使用 DynamoDB 的网关 VPC 终端节点连接到 DynamoDB 表。
C. Create new Amazon DynamoDB tables for the application with on-demand capacity. Use an interface VPC endpoint for DynamoDB to connect to the DynamoDB tables.
中文翻译:
为具有按需容量的应用程序创建新的 Amazon DynamoDB 表。使用 DynamoDB 的接口 VPC 终端节点连接到 DynamoDB 表。
D. Create new Amazon DocumentDB (with MongoDB compatibility) tables for the application with Provisioned IOPS volumes. Use the cluster endpoint to connect to Amazon DocumentDB. DocumentDB。
中文翻译:
使用预配置 IOPS 卷为应用程序创建新的 Amazon DocumentDB(与 MongoDB 兼容)表。使用集群终端节点连接到 Amazon DocumentDB。文档数据库。
答案
B
解析
正确答案:B 解析: 本题应选择 B。 正确选项: B. 为具有按需容量的应用程序创建新的 Amazon DynamoDB 表。使用 DynamoDB 的网关 VPC 终端节点连接到 DynamoDB 表。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:VPC、Dyn...