Q47 — AWS SAA-C03 第2章

第 47/65 题 | ← 返回第2章

Q112.一家公司想要将本地数据中心迁移到 AWS.数据中心托管一个 SFTP 服务器,该服务器将其数据存储在基于 NFS 的文件系统上.服务器拥有 200 GB 的需要传输的数据.服务器必须托管在使用 Amazon Elastic File System 的 Amazon EC2 实例上(亚马逊 EFS)文件系统.解决方案架构师应该采取哪些步骤组合来自动执行此任务? (选择两个.)

正确答案: B. 在本地数据中心安装 AWS DataSync 代理, E. 使用 AWS DataSync 为本地 SFTP 服务器创建合适的位置配置.

解析

BE AB,这个题目争议题,三番五次被考生说答案错误,改来改去没有实际意义,如果考试碰到,自己决定选择BE还是AE,不会影响通过。To migrate the on-premises SFTP server data (stored on an NFS-based file system) to Amazon EFS on AWS efficiently and automatically, the solutions architect should follow these steps:Correct Answers:B. Install an AWS DataSync agent in the on-premises data center E. Use AWS DataSync to create a suitable location configuration for the on-premises SFTP server.Explanation:AWS DataSync for Automated Data Transfer (B & E):AWS DataSync is a managed service that simplifies and automates large-scale data transfers between on-premises storage (NFS, SMB) and AWS storage services (EFS, S3, FSx).Step B: Installing the DataSync agent on-premises allows DataSync to securely access the NFS-based file system hosting the SFTP data.Step E: Configuring a DataSync task defines the source (on-premises NFS/SFTP) and destination (Amazon EFS) locations, enabling automated, incremental transfers with built-in error handling and encryption.Why Not the Other Options?A (Launch EC2 in the same AZ as EFS): While EFS is regional, mounting it from an EC2 instance in the same AZ reduces latency, but this is not part of the migration automation—it’s a post-migration optimization.C (Secondary EBS volume on EC2): Incorrect because the requirement specifies using EFS, not EBS. EFS is a shared, scalable NFS file system, whereas EBS is block storage for single EC2 instances.D (Manual OS copy to EC2): This is not automated and does not leverage AWS services for efficient, large-scale transfers.Migration Workflow:Deploy DataSync agent on-premises (B).Configure DataSync task with:Source: On-premises NFS/SFTP server (E).Destination: Amazon EFS.Execute the DataSync task to transfer data automatically.(Optional) Launch an EC2 instance and mount the EFS file system to host the SFTP server.Summary:Automate transfer: Use AWS DataSync (B & E) for efficient, secure, and scalable data migration.Avoid manual/non-scalable methods: Skip manual copies (D) or using incorrect storage (C).Post-migration optimization: AZ placement (A) is secondary to the migration task itself.This approach ensures a fast, reliable, and automated migration with minimal manual effort.为了高效且自动地将本地 SFTP 服务器的数据(存储在基于 NFS 的文件系统上)迁移到 AWS 上的 Amazon EFS,解决方案架构师应遵循以下步骤:正确答案:B. 在本地数据中心安装 AWS DataSync 代理E. 使用 AWS DataSync 为本地 SFTP 服务器创建合适的定位配置。解释:AWS DataSync 自动化数据传输(B 和 E):AWS DataSync 是一项托管服务,可简化和自动化大规模数据在本地存储(NFS、SMB)与 AWS 存储服务(EFS、S3、FSx)之间的传输。步骤 B:在本地安装 DataSync 代理,使 DataSync 能够安全访问托管 SFTP 数据的基于 NFS 的文件系统。步骤 E:配置 DataSync 任务定义源(本地 NFS/SFTP)和目标(Amazon EFS)位置,实现自动、增量传输,并内置错误处理和加密功能。为何不是其他选项?A(在与 EFS 相同的可用区启动 EC2):虽然 EFS 是区域性的,但从同一可用区的 EC2 实例挂载可减少延迟,但这不是迁移自动化的一部分,而是迁移后的优化。C(EC2 上的辅助 EBS 卷):错误,因为要求使用 EFS 而非 EBS。EFS 是共享的、可扩展的 NFS 文件系统,而 EBS 是为单个 EC2 实例提供的块存储。D(手动将操作系统复制到 EC2):这并非自动化操作,也没有利用 AWS 服务实现高效的大规模传输。迁移工作流程:在本地部署 DataSync 代理(B)。使用以下配置设置 DataSync 任务:源:本地 NFS/SFTP 服务器(E)。目标:Amazon EFS。执行 DataSync 任务以自动传输数据。(可选)启动一个 EC2 实例并挂载 EFS 文件系统以托管 SFTP 服务器。摘要:自动化迁移:使用 AWS DataSync(B 和 E)实现高效、安全且可扩展的数据迁移。避免手动/不可扩展的方法:不要采用手动复制(D)或使用错误的存储(C)。迁移后的优化:可用区放置(A)在迁移任务本身之后考虑。这种方法确保了快速、可靠且自动化的迁移,同时将人工操作降至最低。