SAP-C02 学习助手

SAP-C02 第 61 题

Route 53 VPC S3 EC2 RDS Storage Gateway Auto Scaling

题目

A finance company hosts a data lake in Amazon S3. The company receives financial data records over SFTP each night from several third parties. The company runs its own SFTP server on an Amazon EC2 instance in a public subnet of a VPC. After the files are uploaded, they are moved to the data lake by a cron job that runs on the same instance. The SFTP server is reachable on DNS sftp.example.com through the use of Amazon Route 53. What should a solutions architect do to improve the reliability and scalability of the SFTP solution?

中文翻译:
一家金融公司在 Amazon S3 中托管数据湖。该公司每天晚上通过 SFTP 从多个第三方接收财务数据记录。该公司在 VPC 公有子网中的 Amazon EC2 实例上运行自己的 SFTP 服务器。文件上传后,通过在同一实例上运行的 cron 作业将它们移至数据湖。可通过使用 Amazon Route 53 在 DNS sftp.example.com 上访问 SFTP 服务器。解决方案架构师应该如何提高 SFTP 解决方案的可靠性和可扩展性?

选项

A. Move the EC2 instance into an Auto Scaling group. Place the EC2 instance behind an Application Load Balancer (ALB). Update the DNS record sftp.example.com in Route 53 to point to the ALB.

中文翻译:
将 EC2 实例移至 Auto Scaling 组。将 EC2 实例放置在应用程序负载均衡器 (ALB) 后面。更新 Route 53 中的 DNS 记录 sftp.example.com 以指向 ALB。

B. Migrate the SFTP server to AWS Transfer for SFTP. Update the DNS record sftp.example.com in Route 53 to point to the server endpoint hostname.

中文翻译:
将 SFTP 服务器迁移到 AWS Transfer for SFTP。更新 Route 53 中的 DNS 记录 sftp.example.com 以指向服务器终端节点主机名。

C. Migrate the SFTP server to a file gateway in AWS Storage Gateway. Update the DNS record sftp.example.com in Route 53 to point to the file gateway endpoint.

中文翻译:
将 SFTP 服务器迁移到 AWS Storage Gateway 中的文件网关。更新 Route 53 中的 DNS 记录 sftp.example.com 以指向文件网关终端节点。

D. Place the EC2 instance behind a Network Load Balancer (NLB). Update the DNS record sftp.example.com in Route 53 to point to the NLB.

中文翻译:
将 EC2 实例放置在网络负载均衡器 (NLB) 后面。更新 Route 53 中的 DNS 记录 sftp.example.com 以指向 NLB。

答案

B

解析

正确答案:B 解析: 本题应选择 B。 正确选项: B. 将 SFTP 服务器迁移到 AWS Transfer for SFTP。更新 Route 53 中的 DNS 记录 sftp.example.com 以指向服务器终端节点主机名。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相...

登录后查看完整解析