SAP-C02 学习助手

SAP-C02 第 9 题

EC2 RDS ElastiCache Config Auto Scaling

题目

A company is hosting a critical application on a single Amazon EC2 instance. The application uses an Amazon ElastiCache for Redis single-node cluster for an in-memory data store. The application uses an Amazon RDS for MariaDB DB instance for a relational database. For the application to function, each piece of the infrastructure must be healthy and must be in an active state. A solutions architect needs to improve the application's architecture so that the infrastructure can automatically recover from failure with the least possible downtime. Which combination of steps will meet these requirements? (Choose three.)

中文翻译:
一家公司在单个 Amazon EC2 实例上托管关键应用程序。该应用程序使用 Amazon ElastiCache for Redis 单节点集群作为内存数据存储。该应用程序使用 Amazon RDS for MariaDB 数据库实例作为关系数据库。为了使应用程序正常运行,基础设施的每个部分都必须健康并且必须处于活动状态。解决方案架构师需要改进应用程序的架构,以便基础架构能够以尽可能少的停机时间自动从故障中恢复。哪种步骤组合可以满足这些要求? (选择三项。)

选项

A. Use an Elastic Load Balancer to distribute traffic across multiple EC2 instances. Ensure that the EC2 instances are part of an Auto Scaling group that has a minimum capacity of two instances.

中文翻译:
使用弹性负载均衡器在多个 EC2 实例之间分配流量。确保 EC2 实例属于 Auto Scaling 组的一部分,该组的容量至少为两个实例。

B. Use an Elastic Load Balancer to distribute traffic across multiple EC2 instances. Ensure that the EC2 instances are configured in unlimited mode.

中文翻译:
使用弹性负载均衡器在多个 EC2 实例之间分配流量。确保 EC2 实例配置为无限制模式。

C. Modify the DB instance to create a read replica in the same Availability Zone. Promote the read replica to be the primary DB instance in failure scenarios.

中文翻译:
修改数据库实例以在同一可用区中创建只读副本。在故障场景中将只读副本提升为主数据库实例。

D. Modify the DB instance to create a Multi-AZ deployment that extends across two Availability Zones.

中文翻译:
修改数据库实例以创建跨两个可用区的多可用区部署。

E. Create a replication group for the ElastiCache for Redis cluster. Configure the cluster to use an Auto Scaling group that has a minimum capacity of two instances.

中文翻译:
为 ElastiCache for Redis 集群创建复制组。将集群配置为使用至少具有两个实例容量的 Auto Scaling 组。

F. Create a replication group for the ElastiCache for Redis cluster. Enable Multi-AZ on the cluster.

中文翻译:
为 ElastiCache for Redis 集群创建复制组。在集群上启用多可用区。

答案

ADF

解析

正确答案:ADF 解析: 本题应选择 ADF。 正确选项: A. 使用弹性负载均衡器在多个 EC2 实例之间分配流量。确保 EC2 实例属于 Auto Scaling 组的一部分,该组的容量至少为两个实例。 D. 修改数据库实例以创建跨两个可用区的多可用区部署。 F. 为 ElastiCache for Redis 集群创建复制组。在集群上启用多可用区。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同...

登录后查看完整解析