A company needs to migrate of unstructured data from an on-premises SMB file share to an Amazon S3 bucket within a strict window. The company has a internet connection, but only can be allocated for the migration to avoid impacting production operations. During the migration, the on-premises data will continue to be modified, producing approximately of new or changed files weekly. All migrated data must be encrypted at rest in Amazon S3 using a Customer Managed Key (CMK) in AWS KMS to comply with strict security auditing policies. After the migration, external business partners must be able to securely access specific subsets of the data using the SFTP protocol, authenticating against the company's existing on-premises Active Directory. Which migration and access strategy meets these requirements with the least administrative effort and lowest risk of exceeding the timeline?
- ADeploy an AWS DataSync agent on-premises. Configure a replication task with bandwidth throttling set to to copy the data directly from the SMB share to the Amazon S3 bucket, using the AWS KMS Customer Managed Key (CMK). Configure AWS Transfer for SFTP with custom Lambda-based authentication that queries the on-premises Active Directory to grant external partners access.
- Order 8 AWS Snowball Edge Storage Optimized devices. Create import jobs specifying the S3 bucket and the AWS KMS Customer Managed Key (CMK). Copy the initial dataset to the devices locally, ship them to AWS, and wait for the data to be imported. Deploy an AWS DataSync agent on-premises, and configure a task to sync the SMB share to the S3 bucket. Run the DataSync task to transfer the weekly delta changes. Create an AWS Transfer for SFTP endpoint configured with an AWS Directory Service AD Connector to authenticate external partners against the on-premises Active Directory.Cevap
- COrder 8 AWS Snowball Edge Storage Optimized devices. Create import jobs using the default AWS-managed KMS key (aws/s3) to simplify the initial import configuration. Copy the initial dataset to the devices locally, ship them, and allow AWS to import the data. Deploy an AWS DataSync agent on-premises, and run weekly tasks to sync the changes. Create an AWS Transfer for SFTP endpoint with an AD Connector for authentication. Modify the key policy of the AWS-managed KMS key to delegate decryption rights to a separate audit account.
- DRequest a new AWS Direct Connect connection. Once provisioned, deploy an AWS DataSync agent on-premises and configure a task to replicate the dataset directly to the Amazon S3 bucket using the Customer Managed Key (CMK) for encryption. Create an AWS Transfer for SFTP endpoint using service-managed authentication to manage the external business partners.