Contents:
In this step, you will use a CloudFormation (CFN) template to deploy the infrastructure for this database migration. AWS CloudFormation simplifies provisioning the infrastructure, so we can concentrate on tasks related to data migration.
Input Parameter | Values |
---|---|
Stack Name | A unique identifier without spaces. |
MigrationType | Database that you want to migrate (Oracle or SQL Server). |
KeyName | The KeyPair (DMSKeypair) that you created in the previous step. |
EC2ServerInstanceType | An Amazon EC2 Instance type from the drop-down menu. Recommend using the default value. |
RDSInstanceType | An Amazon RDS Instance type from the drop-down menu. Recommend using the default value. |
VpcCIDR | The VPC CIDR range in the form x.x.x.x/16. Defaults to 10.20.0.0/16 |
Subnet1CIDR | The Subnet CIDR range for subnet 1 in the form x.x.x.x/24. Defaults to 10.20.1.0/24 |
Subnet2CIDR | The Subnet CIDR range for subnet 2 in the form x.x.x.x/24. Defaults to 10.20.2.0/24 |
Subnet3CIDR | The Subnet CIDR range for subnet 3 in the form x.x.x.x/24. Defaults to 10.20.3.0/24 |
The resources that are created here will be prefixed with whatever value you specify in the Stack Name. Please specify a value that is unique to your account.
CREATE_IN_PROGRESS
. Please wait here until the status changes to COMPLETE
.CREATE_COMPLETE
, go to the Outputs section.Microsoft SQL Server to Amazon Aurora (MySQL) migration:
Oracle to Amazon Aurora (PostgreSQL) migration: