An enterprise needs to migrate a dataset of legacy files from an on-premises NFS file system to an Amazon S3 bucket. The enterprise has a dedicated network connection to AWS. The migration must be completed within a -day maintenance window. The migrated data must be encrypted at rest using an AWS Key Management Service (AWS KMS) key that allows the enterprise to delegate cross-account decryption access to an external auditing team. Which strategy should a solutions architect recommend to meet these requirements?
- ADeploy an AWS DataSync agent on-premises to transfer the data from the NFS file system to the Amazon S3 bucket over the network connection, utilizing task scheduling and built-in compression to optimize transfer performance.
- Order three AWS Snowball Edge Storage Optimized devices. Specify an AWS KMS Customer Managed Key (CMK) when creating the import jobs. Copy the data from the NFS file system to the devices using the Snowball client, and ship the devices back to AWS.Cevap
- COrder three AWS Snowball Edge Storage Optimized devices. Specify the default AWS-managed key (`aws/s3`) when creating the import jobs to encrypt the objects in S3, and grant cross-account read access using the S3 bucket policy.
- DEstablish an AWS Direct Connect connection with a Hosted Connection of . Use an AWS Transit Gateway and a transit Virtual Interface (VIF) to route AWS DataSync traffic privately to an S3 interface endpoint, completing the transfer over the private network.
Cevap
Order AWS Snowball Edge Storage Optimized devices and configure the import jobs to use an AWS KMS Customer Managed Key (CMK) to allow cross-account access.
The correct answer correctly identifies that transferring of data over a network connection takes too long, making offline migration with AWS Snowball Edge devices necessary. Additionally, it accurately points out that a Customer Managed Key (CMK) must be selected for encryption during the Snowball import configuration, because the key policy of default AWS-managed keys (`aws/s3`) cannot be edited to delegate decryption permissions to external AWS accounts.
Adım Adım Çözüm
Anahtar Kavram
Selecting between online and offline data migration based on bandwidth constraints, and managing cross-account access for KMS-encrypted S3 objects.
Tahmini Süre:2m 0s