Migrations Flashcards

1
Q

What is DMS?

A

AWS Database Migration Service (AWS DMS) is a cloud service that makes it easy to migrate relational databases, data warehouses, NoSQL databases, and other types of data stores.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What happens to the source database on a DMS execution?

A

nothing, the source db remains available during the migration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Does DMS support heterogeneous migrations?

A

yes, there a lot of accepted sources and targets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What you must create to perform DMS replication task?

A

create an EC2 instance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Does DMS support continuous data replication?

A

yes, using CDC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is SCT?

A

The AWS Schema Conversion Tool makes heterogeneous database migrations predictable by automatically converting the source database schema and a majority of the database code objects, including views, stored procedures, and functions, to a format compatible with the target database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When you don’t need to use SCT?

A

if you are migrating the same DB engine.
• Ex: On-Premise PostgreSQL => RDS PostgreSQL
• The DB engine is still PostgreSQL (RDS is the platform)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are you allowed to do with Amazon Linux 2 AMI regarding on-prem strategies?

A

ability to download it as an iso VM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What can you do if you want to migrate existing applications into EC2?

A

VM import

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is ADS?

A

AWS Application Discovery Service automatically profiles on-premises applications to help plan your application migration to AWS quickly and reliably

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is SMS?

A

AWS Server Migration Service (SMS) is an agentless service which makes it easier and faster for you to migrate thousands of on-premises workloads to AWS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is DataSync?

A

AWS DataSync makes it easy for you to move data over the network between on-premises storage and AWS storage services both ways.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the two scenarios for using DataSync

A

move data from your NAS or file system via NFS or SMB (on-prem to AWS)
EFS to EFS cross region

How well did you know this?
1
Not at all
2
3
4
5
Perfectly