SAP-C02 学习助手

SAP-C02 第 318 题

EC2 RDS Aurora ElastiCache Kinesis Auto Scaling

题目

An online retail company hosts its stateful web-based application and MySQL database in an on-premises data center on a single server. The company wants to increase its customer base by conducting more marketing campaigns and promotions. In preparation, the company wants to migrate its application and database to AWS to increase the reliability of its architecture. Which solution should provide the HIGHEST level of reliability?

中文翻译:
一家在线零售公司将其基于 Web 的状态应用程序和 MySQL 数据库托管在单个服务器上的本地数据中心中。该公司希望通过开展更多营销活动和促销活动来扩大客户群。在准备过程中,该公司希望将其应用程序和数据库迁移到 AWS,以提高其架构的可靠性。哪种解决方案应提供最高级别的可靠性?

选项

A. Migrate the database to an Amazon RDS MySQL Multi-AZ DB instance. Deploy the application in an Auto Scaling group on Amazon EC2 instances behind an Application Load Balancer. Store sessions in Amazon Neptune

中文翻译:
将数据库迁移到 Amazon RDS MySQL 多可用区数据库实例。将应用程序部署在应用程序负载均衡器后面的 Amazon EC2 实例上的 Auto Scaling 组中。 Amazon Neptune 中的存储会话

B. Migrate the database to Amazon Aurora MySQL. Deploy the application in an Auto Scaling group on Amazon EC2 instances behind an Application Load Balancer. Store sessions in an Amazon ElastiCache for Redis replication group.

中文翻译:
将数据库迁移到 Amazon Aurora MySQL。将应用程序部署在应用程序负载均衡器后面的 Amazon EC2 实例上的 Auto Scaling 组中。将会话存储在 Amazon ElastiCache for Redis 复制组中。

C. Migrate the database to Amazon DocumentDB (with MongoDB compatibility). Deploy the application in an Auto Scaling group on Amazon EC2 instances behind a Network Load Balancer Store sessions in Amazon Kinesis Data Firehose.

中文翻译:
将数据库迁移到 Amazon DocumentDB(与 MongoDB 兼容)。将应用程序部署在 Amazon Kinesis Data Firehose 中网络负载均衡器存储会话后面的 Amazon EC2 实例上的 Auto Scaling 组中。

D. Migrate the database to an Amazon RDS MariaDB Multi-AZ DB instance. Deploy the application in an Auto Scaling group on Amazon EC2 instances behind an Application Load Balancer. Store sessions in Amazon ElastiCache for Memcached.

中文翻译:
将数据库迁移到 Amazon RDS MariaDB 多可用区数据库实例。将应用程序部署在应用程序负载均衡器后面的 Amazon EC2 实例上的 Auto Scaling 组中。将会话存储在 Amazon ElastiCache for Memcached 中。

答案

B

解析

正确答案:B 解析: 本题应选择 B。 正确选项: B. 将数据库迁移到 Amazon Aurora MySQL。将应用程序部署在应用程序负载均衡器后面的 Amazon EC2 实例上的 Auto Scaling 组中。将会话存储在 Amazon ElastiCache for Redis 复制组中。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本...

登录后查看完整解析