What is the estimated cost of migrating 15 GBs Oracle to RDS Postgres using DMS

0

Estimated Cost for migrating On Prem Oracle DB of size 15 Gigs to RDS Postgres on AWS using DMS

thanks, Dee

2개 답변
2

For this use case, you will need to consider the following:

  1. DMS Service - Free, as part of free tier
  2. Schema Conversion Tool - Since you need to migrate from Oracle to PostgreSQL. This is free as well. check it here https://docs.aws.amazon.com/dms/latest/sbs/chap-rdsoracle2postgresql.html
  3. DMS Replication Instance - this one you will have to size based on the requirement https://docs.aws.amazon.com/dms/latest/userguide/CHAP_BestPractices.SizingReplicationInstance.html
  4. Data transfer charge - All data transfer into AWS Database Migration Service is free, and data transferred between AWS Database Migration Service and databases in Amazon RDS and Amazon EC2 instances in the same Availability Zone also is free.

So in nutshell, only thing that you will be charged for will be for EC2 instances and ebs storage for replication instance and S3 storage which will be required to store data from schema conversion

AWS
답변함 일 년 전
1

you can calculate the costs estimations using the Simple calculator at https://calculator.aws/#/

there is some things to consider:

  • type of DMS instance
  • time will take to migrate
  • storage needed on the DMS instance
  • data transfer
profile picture
전문가
답변함 일 년 전

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

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

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