Getting started with AWS Migration Hub
In this section, you can find information about how to get started with AWS Migration Hub. Included are steps to introduce you to the initial console pages that Migration Hub presents to a new user.
Note
If you are a developer or are interested in sending migration status from a migration tool, script, or custom code, see AWS Migration Hub API and AWS Migration Hub Home Region API Reference.
All Migration Hub and AWS Application Discovery Service API commands must be called from within the home Region only,
and they require you to call GetHomeRegion
at least once before you call any
other API, to obtain the account's Migration Hub home Region. Calls originating from outside your
home Region are rejected.
Prerequisites
To perform the steps in this getting-started section, you must first ensure the following:
-
You have signed up for AWS. For more information, see Setting up AWS Migration Hub.
-
You have selected your Migration Hub home Region. For information, see Managing your AWS Migration Hub home Region.
Here's what to expect:
-
Migration Hub monitors the status of your migrations in all AWS Regions, provided that your migration tools are available in each Region.
-
The migration status of every AWS Region undergoing migration is shown in your home Region console.
-
The migration tools that integrate with Migration Hub store all data about your migration status in Migration Hub. The data is stored in your selected home Region.
-
The migration tools do not send a status unless you have authorized their connection.
-
For a list of AWS Regions where you can use Migration Hub, see the Amazon Web Services General Reference.
-
For more information about working with your home Region, see the section about Managing your AWS Migration Hub home Region.
Access to AWS Migration Hub
AWS Migration Hub tracks the status of application migrations on the AWS Migration Hub console in your
home Region. The Getting Started section and other sections of this guide use the console to
illustrate migration functionality. Open the AWS Migration Hub console at https://console.aws.amazon.com/migrationhub/
Additionally, you can use the AWS Migration Hub API to track the status of your migrations from
other tools, or to send custom migration status to AWS Migration Hub. For more information about the
Migration Hub API, see AWS Migration Hub API. You'll also
need to call the GetHomeRegion
API from the Migration Hub home region API
when working with Migration Hub programmatically.
The AWS SDKs assist you to develop applications that interact with Migration Hub. The AWS
SDKs for Java, .NET, and PHP wrap the underlying Migration Hub API to simplify your programming
tasks. For information about downloading the SDK libraries, see Sample Code Libraries