Step 5: Create an Instance Profile - Database Migration Guide

Step 5: Create an Instance Profile

Before you create an instance profile, configure a subnet group for your instance profile.

To create a subnet group

  1. Sign in to the AWS Management Console and open the AWS DMS console at https://console.aws.amazon.com/dms/v2/.

  2. Choose your AWS Region.

  3. In the navigation pane, choose Subnet groups, and then choose Create subnet group.

  4. For Name, enter DataMigrationSubnetGroup.

  5. For Description, enter A group of private subnets.

  6. For VPC, choose dm-vpc. You created this VPC in Step 1.

  7. For Add subnets, choose two private subnet IDs.

  8. Choose Create subnet group.

Before you create your migration project, you set up an instance profile. An instance profile specifies network and security settings for your migration project.

To create an instance profile

  1. Sign in to the AWS Management Console and open the AWS DMS console at https://console.aws.amazon.com/dms/v2/.

  2. Choose your AWS Region.

  3. In the navigation pane, choose Instance profiles, and then choose Create instance profile.

  4. For Name, enter a unique name for your instance profile. For example, enter dm-instance-profile.

  5. For Virtual private cloud (VPC), choose dm-vpc. You created this VPC in Step 1.

  6. For Subnet group, choose the DataMigrationSubnetGroup subnet group that you created before.

  7. Choose Create instance profile.

Use this instance profile when you create your migration project in Step 7.