Migration and Transfer Flashcards
What is the purpose of AWS Application Discovery Service?
To help plan data center migrations by identifying on-premises servers and applications, their dependencies, and performance characteristics.
What are the two ways Application Discovery Service gathers data?
Agentless and Agent-based Discovery
Which service is the successor to CloudEndure Migration and simplifies migrating applications to AWS using a lift-and-shift approach?
Agentless discovery (for basic server info) and Agent-based discovery (for deeper system and network details).
What is AWS Application Migration Service (MGN) primarily used for?
“Lift-and-shift” migrations, quickly rehosting applications in AWS with minimal changes and downtime.
What makes AWS Database Migration Service (DMS) different from MGN?
DMS focuses specifically on migrating databases to AWS, supporting both homogenous and heterogenous migrations.
Can you use DMS to migrate a database from your data center to Azure?
No, DMS is for migrating databases into AWS. The source can be on-premises or in another cloud, but the target must be an AWS service.
What is the role of AWS Schema Conversion Tool (SCT)?
To convert the schema of a database to a format compatible with a different database engine.
When would you choose to use AWS Snowball for data migration?
When you have a large amount of data that would take a long time (over a week) to transfer over the network.
What is the difference between Snowball and Snowball Edge?
Snowball is for data transport only. Snowball Edge can also perform edge computing tasks.
What are some examples of edge computing use cases with Snowball Edge?
Preprocessing data, machine learning, media transcoding in locations with limited internet connectivity.
What is AWS DataSync used for?
To move large amounts of data between on-premises storage, other cloud providers, and AWS storage services.
Does DataSync require an agent?
Yes, for transfers to/from outside of AWS. No agent is needed for transfers between AWS services.
What is the main purpose of AWS Transfer Family?
To provide a fully managed, secure file transfer service into and out of Amazon S3 and EFS.
What protocols does Transfer Family support?
FTP, FTPS, and SFTP.
How does Transfer Family integrate with existing authentication systems?
It can connect with Active Directory, LDAP, Okta, Amazon Cognito, and custom solutions.