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:
- Open the portal URL in your browser
- Sign in with your username and the temporary password
- Change the temporary password
- Verify the email (optional)
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.
Please refer to the DTH S3 Credential Setup Guide.
- Open Secrets Manager console
- Choose Secrets in the left navigation bar
- Click Store a new secret button
- Select Other type of secrets as type
- 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>" }
- Click Next
- Input Secret name, for example:
drh-credentials
- Click Next
- Select Disable automatic rotation
- Click Store
For other cloud providers, the credentials format should remain the same.
- Click the Create Task button on task list page.
- Choose Amazon S3 for on the Select engine type page, and choose Next.
- Specify Source Type.
- Fill the fields on task details page, and click Next. For Amazon S3 source type, you should select Is Bucket in this account?.
- Review the task details and click Create Task button.
- The browser will be redirected to the Task List page.