Amazon WorkDocs

Learn how to connect to Amazon WorkDocs

Introduction

Connecting to Amazon WorkDocs is fast to set up and supported as a source connection in Movebot.

Amazon WorkDocs is only supported as a source. Setting it as a destination will throw an error.

Requirements

To connect Movebot to an Amazon WorkDocs you will need:

  • To generate an AWS access key

  • To know the organization ID and region for the site you wish to transfer

Configuration Steps

  1. Login to Movebot and create a new project or task

  2. When configuring the source, choose Create New Connection

  3. Select Amazon WorkDocs from the list of available connections and set the connection name

  4. Generate AWS access keys with the following permissions as minimum

{ "Version": "2012-10-17", "Statement": [ { "Action": [ "workdocs:Download*", "workdocs:Get*", "workdocs:Describe*", "ds:DescribeDirectories", "ec2:DescribeVpcs", "ec2:DescribeSubnets" ], "Effect": "Allow", "Resource": "*" } ] }
  1. Set the Access Key ID, Access Key Secret, the site's Organization ID, and the region it belongs to. The Organization ID can be copied from the WorkDocs sites table in AWS

  2. Save and Test connection in Movebot

  3. If the connection has succeeded, you can continue

Supported Features

Movebot is currently working on adding comprehensive support as a source for Amazon WorkDocs and is well-maintained

Last updated