An enterprise needs to migrate of medical imaging data from an on-premises NFSv3 storage system to an Amazon EFS file system. The migration must be completed within a strict window. The enterprise has a dedicated internet connection available for this migration. All data must be encrypted at rest throughout the migration process. Which strategy should a solutions architect recommend to meet these requirements?
- Order multiple AWS Snowball Edge Storage Optimized devices, specifying an AWS Key Management Service (AWS KMS) customer managed key for encryption. Copy the data to the devices using the NFS interface, ship the devices back to AWS to import the data into an Amazon S3 bucket, and then run an AWS DataSync task to copy the data from the S3 bucket to the Amazon EFS file system.Cevap
- BOrder multiple AWS Snowball Edge Storage Optimized devices, specifying the default AWS-managed KMS key for Amazon S3 (`aws/s3`) for encryption. Copy the data to the devices using the NFS interface, ship the devices back to AWS to import the data into an Amazon S3 bucket, and then run an AWS DataSync task to copy the data from the S3 bucket to the Amazon EFS file system.
- CDeploy AWS DataSync agents on-premises, configure the agents to connect to the Amazon EFS file system, and run a DataSync task to transfer the data directly from the local NFS file system to the target Amazon EFS file system over the internet connection.
- DOrder multiple AWS Snowball Edge Storage Optimized devices, specifying an AWS Key Management Service (AWS KMS) customer managed key for encryption. Copy the data to the devices using the NFS interface, ship the devices back to AWS, and configure the import job to write the data directly to the target Amazon EFS file system.
Cevap
Order multiple AWS Snowball Edge Storage Optimized devices with a customer managed key, copy data using the NFS interface, ship back to AWS for S3 import, and then use AWS DataSync to copy to Amazon EFS.
The correct strategy uses AWS Snowball Edge Storage Optimized devices to physical transfer the data because the network bandwidth () is insufficient to transfer within the deadline. A customer managed key is specified since default AWS-managed keys are not supported for Snowball jobs. Because Snowball Edge cannot import directly to Amazon EFS, data is imported into Amazon S3 first, and then AWS DataSync is used to efficiently replicate the data from Amazon S3 to Amazon EFS.
Adım Adım Çözüm
Anahtar Kavram
Selecting the correct hybrid migration tool based on dataset size, available bandwidth, timeline constraints, target service support, and security requirements.