How do I install the AWS SCT and database drivers for Windows to convert the database schema for my AWS DMS task?

Lesedauer: 2 Minute
0

I need to install the AWS Schema Conversion Tool and database drivers for Windows for my AWS Database Migration Service (AWS DMS) task.

Short description

The AWS SCT automatically converts the source database schema and most custom code to a format that's compatible with the target database. Any data that can't be converted is marked so that you can convert the data manually during your migration.

Resolution

First, install the AWS SCT on your local system, and then install the required database driver.

Install the AWS SCT

Note: The following steps are for Windows OS to install the AWS SCT.

  1. Download the zip folder, for example, aws-schema-conversion-tool-1.0.latest.
  2. Extract the AWS Schema Conversion Tool .msi file, for example, AWS Schema Conversion Tool-build-number.msi.
  3. Open the folder.
  4. Run the AWS SCT installer file.

Install the database driver

Note: The following steps install the database drivers for an environment running MySQL with a Java Database Connectivity (JDBC) driver for Windows.

  1. Download the connector from your database engine's documentation. For more information, see Installing the Required Database Drivers.
  2. Select JDBC Driver for MySQL, and then choose Download.
  3. Download the platform-independent (architecture-independent) ZIP archive or TAR archive.
  4. Unzip the file, for example, mysql-connector-java-5.1.42.
  5. Create a directory, and then move the files to the new directory, for example, C:\java-5-1-42.
  6. Note or copy that file location.

Set the driver location globally in the AWS SCT

  1. Open the AWS SCT, and then from Settings, choose Global Settings.
  2. Choose Drivers.
  3. In the MySql Driver Path, choose Browse.
  4. Go to the location of your driver that you noted previously, for example, C:\java-5-1-42.
  5. Open the folder and choose the executable jar file, for example, mysql-connector-java-5.1.42-bin.
  6. Choose OK.

Related information

What Is the AWS Schema Conversion Tool?

Installing, verifying, and updating the AWS Schema Conversion Tool

Using the AWS Schema Conversion Tool user interface

Migration strategy for relational databases

AWS OFFICIAL
AWS OFFICIALAktualisiert vor 3 Jahren