Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 2.73 KB

UserManual.md

File metadata and controls

71 lines (53 loc) · 2.73 KB

Data Transfer Hub User Guide

中文

Login to Data Transfer Hub Portal

Once the cloudformation stack is created successfully, you will receive an email notification that contains a temporary password for login, the username is the AdminEmail you set while you launch the cloudformation. The portal url can be found in the outputs tab of the cloudformation stack, see below screenshot as an example:

portal

To login the portal.

  1. Open the portal URL in your browser
  2. Sign in with your username and the temporary password
  3. Change the temporary password
  4. Verify the email (optional)

Create a S3 Replication Task

S3 Replication Task supports the following sources:

  • Amazon S3 Bucket in another partition
  • Alibaba Cloud OSS
  • Tencent COS
  • Qiniu Kodo
  • Google Storage Service (To Amazon S3 global regions only)

The S3 Plugin uses credentials to replicate data from Amazon S3 in another partition or other cloud providers. Store your credentials in AWS Secrets Manager.

Create Credentials

Please refer to the DTH S3 Credential Setup Guide.

Configure Credentials

  1. Open Secrets Manager console
  2. Choose Secrets in the left navigation bar
  3. Click Store a new secret button
  4. Select Other type of secrets as type
  5. Input the credentials as text in Plaintext, the credentials format should follow
    {
      "access_key_id": "<Your Access Key ID>",
      "secret_access_key": "<Your Access Key Secret>"
    }
    
  6. Click Next
  7. Input Secret name, for example: drh-credentials
  8. Click Next
  9. Select Disable automatic rotation
  10. Click Store

For other cloud providers, the credentials format should remain the same.

Create Replication Task from Web Portal

  1. Click the Create Task button on task list page.
  2. Choose Amazon S3 for on the Select engine type page, and choose Next.
  3. Specify Source Type.
  4. Fill the fields on task details page, and click Next. For Amazon S3 source type, you should select Is Bucket in this account?.
  5. Review the task details and click Create Task button.
  6. The browser will be redirected to the Task List page.

More tutorial

  1. Transfer Amazon S3 Objects from Beijing to Oregon
  2. Migration from Alibaba Cloud OSS to Amazon S3
  3. Deploy Data Transfer Hub in AWS China Region
  4. Config S3 Event Notification to Trigger Replication Job
  5. Deploy the solution via CDK