SAP-C02 第 249 题
题目
A company operates an on-premises software-as-a-service (SaaS) solution that ingests several files daily. The company provides multiple public SFTP endpoints to its customers to facilitate the file transfers. The customers add the SFTP endpoint IP addresses to their firewall allow list for outbound traffic. Changes to the SFTP endpoint IP addresses are not permitted. The company wants to migrate the SaaS solution to AWS and decrease the operational overhead of the file transfer service. Which solution meets these requirements?
中文翻译:
一家公司运营一个本地软件即服务 (SaaS) 解决方案,每天都会摄取多个文件。该公司向客户提供多个公共 SFTP 端点以促进文件传输。客户将 SFTP 端点 IP 地址添加到出站流量的防火墙允许列表中。不允许更改 SFTP 端点 IP 地址。该公司希望将 SaaS 解决方案迁移到 AWS 并减少文件传输服务的运营开销。哪种解决方案满足这些要求?
选项
A. Register the customer-owned block of IP addresses in the company's AWS account. Create Elastic IP addresses from the address pool and assign them to an AWS Transfer for SFTP endpoint. Use AWS Transfer to store the files in Amazon S3.
中文翻译:
在公司的 AWS 账户中注册客户拥有的 IP 地址块。从地址池创建弹性 IP 地址并将其分配给 AWS Transfer for SFTP 终端节点。使用 AWS Transfer 将文件存储在 Amazon S3 中。
B. Add a subnet containing the customer-owned block of IP addresses to a VPC. Create Elastic IP addresses from the address pool and assign them to an Application Load Balancer (ALB). Launch EC2 instances hosting FTP services in an Auto Scaling group behind the ALStore the files in attached Amazon Elastic Block Store (Amazon EBS) volumes.
中文翻译:
将包含客户拥有的 IP 地址块的子网添加到 VPC。从地址池中创建弹性 IP 地址并将其分配给应用程序负载均衡器 (ALB)。在 AL 后面的 Auto Scaling 组中启动托管 FTP 服务的 EC2 实例将文件存储在附加的 Amazon Elastic Block Store (Amazon EBS) 卷中。
C. Register the customer-owned block of IP addresses with Amazon Route 53. Create alias records in Route 53 that point to a Network Load Balancer (NLB). Launch EC2 instances hosting FTP services in an Auto Scaling group behind the NLB. Store the files in Amazon S3.
中文翻译:
向 Amazon Route 53 注册客户拥有的 IP 地址块。在 Route 53 中创建指向网络负载均衡器 (NLB) 的别名记录。在 NLB 后面的 Auto Scaling 组中启动托管 FTP 服务的 EC2 实例。将文件存储在 Amazon S3 中。
D. Register the customer-owned block of IP addresses in the company’s AWS account. Create Elastic IP addresses from the address pool and assign them to an Amazon S3 VPC endpoint. Enable SFTP support on the S3 bucket.
中文翻译:
在公司的 AWS 账户中注册客户拥有的 IP 地址块。从地址池创建弹性 IP 地址并将其分配给 Amazon S3 VPC 终端节点。在 S3 存储桶上启用 SFTP 支持。
答案
A
解析
正确答案:A 解析: 本题应选择 A。 正确选项: A. 在公司的 AWS 账户中注册客户拥有的 IP 地址块。从地址池创建弹性 IP 地址并将其分配给 AWS Transfer for SFTP 终端节点。使用 AWS Transfer 将文件存储在 Amazon S3 中。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、...