An enterprise needs to migrate a dataset of seismic analysis files from an on-premises SMB file share to Amazon S3 within a strict 10-day migration window. The enterprise has a dedicated internet connection available for this migration. Following the initial migration, legacy clients must be able to upload daily report files of approximately in total using the SFTP protocol, authenticating against the enterprise's existing on-premises Active Directory. Furthermore, a data analysis application hosted in a separate AWS account must be able to access the migrated data securely using server-side encryption with AWS Key Management Service (AWS KMS). Which two of the following options should the solutions architect choose to meet these requirements? (Choose two.)
- Order multiple AWS Snowball Edge Storage Optimized devices to transfer the bulk dataset, and specify a Customer Managed Key (CMK) for encryption to allow cross-account access by modifying the key policy.Cevap
- Create an AWS Transfer Family SFTP-enabled server endpoint, and configure it to use AWS Directory Service AD Connector to authenticate users against the on-premises Active Directory.Cevap
- CDeploy AWS DataSync agents on-premises to copy the SMB share directly to Amazon S3 over the connection using scheduled tasks.
- DOrder multiple AWS Snowball Edge Storage Optimized devices to transfer the bulk dataset, encrypting the data with the default AWS-managed KMS key (aws/s3) and granting cross-account access via S3 bucket policies.
- EDeploy an AWS Transfer Family SFTP-enabled server endpoint inside a central VPC, and route authentication traffic transitively through a Direct Connect Gateway to connect the on-premises Active Directory with spoke VPCs.