A company wants to transfer of data from its on-premises Network Attached Storage (NAS) to Amazon S3. The company has a internet connection that is currently at utilization. The migration must be completed within 14 days. Security requirements mandate that all data must be encrypted at rest during transit and in Amazon S3 using a customer managed key. Which two options should the solutions architect select to perform this transfer? (Select TWO.)
- Order an AWS Snowball Edge Storage Optimized device to copy the data locally and ship it to AWS.Cevap
- Configure the AWS Snowball Edge job using a customer managed AWS KMS key for encryption.Cevap
- CUse AWS DataSync to transfer the data directly to Amazon S3 over the existing internet connection.
- DConfigure the AWS Snowball Edge job to encrypt the data using the default AWS managed key (aws/s3).
- EEstablish an AWS Transfer Family SFTP endpoint and configure an AWS Transit Gateway to route the data from the on-premises NAS.
Cevap
Order an AWS Snowball Edge Storage Optimized device to copy the data locally and ship it to AWS, and configure the AWS Snowball Edge job using a customer managed AWS KMS key for encryption.
The correct options are to order an AWS Snowball Edge Storage Optimized device to physically transport the data and to configure the job using a customer managed key. With a dataset and a highly constrained network link, physical transfer via Snowball is required to complete the migration within the 14-day limit. Additionally, the compliance mandate for a customer managed key requires specifying a Customer Managed Key (CMK) during the job creation rather than using the default AWS managed key.
Adım Adım Çözüm
Anahtar Kavram
Determining physical vs. network data transfer mechanisms based on bandwidth constraints, and applying KMS customer managed keys for compliance.