Migrate a 3 Tier App with Oracle DB from on-prem Physical server to AWS EC2

0

Need to migrate a 3 Tier application that consists of a Web Server, App server and Oracle DB server(2 TB) from On-prem Physical server to AWS EC2 instances

This comes under Rehost (Lift and Shift) strategy as there is no change in DB as we need the ON-PREM physical server - Oracle DB to be running on EC2 instance in AWS

To migrate both Web & App server we need to use MGN but looking for confirmation as whether Oracle DB server can be migrated using MGN itself or need to use DMS as its a DB

Few docs I am seeing even DB server can be migrated with MGN itself and in few docs Oracle DB server to be migrated with DMS

What is the right way to migrate a oracle DB with Lift & Shift strategy

2개 답변
0

Hello.

The following AWS document introduces the flow of migrating on-premises OracleDB to AWS using DMS.
https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/migrate-an-on-premises-oracle-database-to-oracle-on-amazon-ec2.html

For database migration, determine how much downtime the system can tolerate. If sufficient downtime is available, we recommend the simplest possible migration method that allows batch migration.
For Oracle migration, use a migration method such as Oracle Data Pump.
If there is not enough downtime to tolerate, we recommend a migration method that allows incremental migration.
Migration methods include Oracle GoldenGate for Oracle migration and AWS Database Migration Service (AWS DMS) for other migration methods.
Although the differential migration method can minimize downtime, it is more challenging than the batch migration method, so please plan prior research, verification, and rehearsal.

profile picture
전문가
답변함 8달 전
profile pictureAWS
전문가
검토됨 8달 전
0

looking for confirmation as whether Oracle DB server can be migrated using MGN itself or need to use DMS as its a DB

Using Database Migration Service means the end state will be Oracle running as an RDS database instance. You cannot use DMS to migrate a database onto EC2.

See the Homogenous tab of https://aws.amazon.com/dms/ , there's no getting away from it.

profile picture
전문가
Steve_M
답변함 8달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠