Migrate from SAP ASE to Amazon RDS for SQL Server using AWS DMS
Created by Amit Kumar (AWS)
Environment: PoC or pilot | Source: SAP ASE | Target: Amazon RDS for SQL Server |
R Type: Re-architect | Workload: SAP | Technologies: Migration; Databases; Modernization |
AWS services: Amazon RDS; AWS DMS |
Summary
This pattern provides guidance for migrating an SAP Adaptive Server Enterprise (ASE) database to an Amazon Relational Database Service (Amazon RDS) DB instance that's running Microsoft SQL Server. The source database can be located in an on-premises data center or on an Amazon Elastic Compute Cloud (Amazon EC2) instance. The pattern uses AWS Database Migration Service (AWS DMS) to migrate data and (optionally) computer-aided software engineering (CASE) tools to convert the database schema.
Prerequisites and limitations
Prerequisites
An active AWS account
An SAP ASE database in an on-premises data center or on an EC2 instance
A target Amazon RDS for SQL Server database that’s up and running
Limitations
Database size limit: 64 TB
Product versions
SAP ASE version 15.7 or 16.x only. For the latest information, see Using an SAP Database as a Source for AWS DMS.
For Amazon RDS target databases, AWS DMS supports Microsoft SQL Server versions on Amazon RDS for the Enterprise, Standard, Web, and Express editions. For the latest information about supported versions, see the AWS DMS documentation. We recommend that you use the latest version of AWS DMS for the most comprehensive version and feature support.
Architecture
Source technology stack
An SAP ASE database that's on premises or on an Amazon EC2 instance
Target technology stack
An Amazon RDS for SQL Server DB instance
Source and target architecture
From an SAP ASE database on Amazon EC2 to an Amazon RDS for SQL Server DB instance:
From an on-premises SAP ASE database to an Amazon RDS for SQL Server DB instance:
Tools
AWS Database Migration Service (AWS DMS) is a web service you can use to migrate data from your database that is on-premises, on an Amazon RDS DB instance, or in a database on an EC2 instance, to a database on an AWS service such as Amazon RDS for SQL Server or an EC2 instance. You can also migrate a database from an AWS service to an on-premises database. You can migrate data between heterogeneous or homogeneous database engines.
For schema conversions, you can optionally use erwin Data Modeler
or SAP PowerDesigner .
Epics
Task | Description | Skills required |
---|---|---|
Validate the source and target database versions. | DBA | |
Identify the storage requirements (storage type and capacity). | DBA, SysAdmin | |
Choose the proper instance type based on capacity, storage features, and network features. | DBA, SysAdmin | |
Identify the network access security requirements for the source and target databases. | DBA, SysAdmin | |
Identify the application migration strategy. | DBA, SysAdmin, App owner |
Task | Description | Skills required |
---|---|---|
Create a virtual private cloud (VPC) and subnets. | SysAdmin | |
Create security groups and network access control lists (ACLs). | SysAdmin | |
Configure and start an Amazon RDS DB instance. | SysAdmin |
Task | Description | Skills required |
---|---|---|
Migrate the database schema manually or use a CASE tool such as erwin Data Modeler or SAP PowerDesigner. | DBA |
Task | Description | Skills required |
---|---|---|
Migrate data using AWS DMS. | DBA |
Task | Description | Skills required |
---|---|---|
Follow the application migration strategy. | DBA, SysAdmin, App owner |
Task | Description | Skills required |
---|---|---|
Switch the application clients over to the new infrastructure. | DBA, SysAdmin, App owner |
Task | Description | Skills required |
---|---|---|
Shut down the temporary AWS resources. | DBA, SysAdmin | |
Review and validate the project documents. | DBA, SysAdmin, App owner | |
Gather metrics such as time to migrate, percentage of manual versus automated tasks, and cost savings. | DBA, SysAdmin, App owner | |
Close out the project and provide feedback. | DBA, SysAdmin, App owner |
Related resources
References
Tutorials and videos