AWS Database Migration Service (AWS DMS)
AWS Database Migration Service (AWS DMS) enables you to migrate relational databases, nonrelational databases, and other types of data stores.
With AWS DMS, you move data between a source database and a target database. The source and target databases can be of the same type or different types. During the migration, your source database remains operational, reducing downtime for any applications that rely on the database.
For example, suppose that you have a MySQL database that is stored on premises in an Amazon EC2 instance or in Amazon RDS. Consider the MySQL database to be your source database. Using AWS DMS, you could migrate your data to a target database, such as an Amazon Aurora database.
- The source database remains fully operational during the migration
- Downtime is minimized for applications that rely on that database
- The source and target databases don't have to be of the same type
Heterogeneous databases
- Source and Target Databases are different types
2 STEPS:
- AWS Schema Conversion Tools
- DMS to use to pass them
Other use cases for AWS DMS
Development and test database migrations
Enabling developers to test applications against production data without affecting production users
Database consolidation
Combining several databases into a single database
Continuous replication
Sending ongoing copies of your data to other target sources instead of doing a one-time migration
'AWS > Storage and Databases' 카테고리의 다른 글
[AWS S3] @aws-sdk/s3-request-presigner (0) | 2022.05.07 |
---|---|
[Storage and Databases] AWS Additional database services (0) | 2022.05.04 |
[Storage and Databases] Amazon Redshift (0) | 2022.05.04 |
[Storage and Databases] Amazon DynamoDB (0) | 2022.05.04 |
[Storage and Databases] Amazon Relational Database Service (Amazon RDS) (0) | 2022.05.04 |