SAP-C02 第 437 题
题目
A company runs an application in the cloud that consists of a database and a website. Users can post data to the website, have the data processed, and have the data sent back to them in an email. Data is stored in a MySQL database running on an Amazon EC2 instance. The database is running in a VPC with two private subnets. The website is running on Apache Tomcat in a single EC2 instance in a different VPC with one public subnet. There is a single VPC peering connection between the database and website VPC. The website has suffered several outages during the last month due to high traffic. Which actions should a solutions architect take to increase the reliability of the application? (Choose three.)
中文翻译:
一家公司在云中运行一个由数据库和网站组成的应用程序。用户可以将数据发布到网站,处理数据,然后通过电子邮件将数据发送回给他们。数据存储在 Amazon EC2 实例上运行的 MySQL 数据库中。该数据库在具有两个私有子网的 VPC 中运行。该网站在具有一个公有子网的不同 VPC 中的单个 EC2 实例中的 Apache Tomcat 上运行。数据库和网站 VPC 之间存在单个 VPC 对等连接。由于流量过大,该网站在上个月遭遇了几次中断。解决方案架构师应该采取哪些措施来提高应用程序的可靠性? (选择三项。)
选项
A. Place the Tomcat server in an Auto Scaling group with multiple EC2 instances behind an Application Load Balancer.
中文翻译:
将 Tomcat 服务器放置在一个 Auto Scaling 组中,该组在应用程序负载均衡器后面具有多个 EC2 实例。
B. Provision an additional VPC peering connection.
中文翻译:
配置额外的 VPC 对等连接。
C. Migrate the MySQL database to Amazon Aurora with one Aurora Replica.
中文翻译:
使用一个 Aurora 副本将 MySQL 数据库迁移到 Amazon Aurora。
D. Provision two NAT gateways in the database VPC.
中文翻译:
在数据库 VPC 中配置两个 NAT 网关。
E. Move the Tomcat server to the database VPC.
中文翻译:
将Tomcat服务器移至数据库VPC。
F. Create an additional public subnet in a different Availability Zone in the website VPC.
中文翻译:
在网站 VPC 的不同可用区中创建额外的公有子网。
答案
ACF
解析
正确答案:ACF 解析: 本题应选择 ACF。 正确选项: A. 将 Tomcat 服务器放置在一个 Auto Scaling 组中,该组在应用程序负载均衡器后面具有多个 EC2 实例。 C. 使用一个 Aurora 副本将 MySQL 数据库迁移到 Amazon Aurora。 F. 在网站 VPC 的不同可用区中创建额外的公有子网。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定...