Skip to content

Migrating IBM Cloud Infrastructure with IBM MDMCE Application to AWS Cloud

0

We have our application IBM Infosphere MDM which is deployed in IBM Cloud Classic Infrastructure with 3 instances for application and 2 instances for IBM db2 database in production.

Similary standalone servers are for Dev/QA environments in which application and db is deployed on same instance .

We have 2 instances in which IBM DB2 Database in deployed which is primary and standby on production/staging.

We need to migrate our IBM Cloud Infrastructure to AWS . For that we need all the guidance to migrate

2 Answers
0

Are some options you can look at

Infrastructure Provisioning on AWS: For the application, you can consider using Amazon EC2 instances or AWS Elastic Beanstalk to host the IBM Infosphere MDM application. For the database, you can use Amazon RDS for IBM DB2 or Amazon EC2 instances with self-managed IBM DB2 installation. Ensure that the AWS infrastructure is properly configured, with the appropriate security groups, network settings, and access controls.

Database Migration:

For the IBM DB2 database migration, you can consider the following options:
    Database Migration Service (DMS): AWS DMS can be used to migrate the database from IBM Cloud to AWS RDS for IBM DB2.
    Snapshot and Restore: Take a backup of the IBM DB2 database on IBM Cloud and restore it to the Amazon RDS for IBM DB2 instance.
    Database Dump and Load: Export the IBM DB2 database on IBM Cloud and import it into the Amazon RDS for IBM DB2 instance.
Ensure that the database migration process preserves the data integrity and schema structure.
Set up the appropriate high-availability and failover mechanisms for the database, such as Amazon RDS Multi-AZ deployment or database replication.

answered 2 years ago

EXPERT

reviewed 2 years ago

0

Migrating IBM Cloud Classic Infrastructure with IBM InfoSphere MDM and IBM Db2 to AWS Cloud requires careful planning and execution. Below is a step-by-step migration approach covering key areas:

You have three primary options for migration: ✅ Lift & Shift – Move VMs as-is using AWS VM Import/Export or AWS Application Migration Service (MGN). ✅ Replatforming – Move to Amazon EC2 + Amazon RDS for Db2 for improved performance. ✅ Refactoring – Adopt AWS-native services (e.g., Amazon RDS for Db2, AWS Lambda, and AWS Fargate).

EXPERT

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.