Migration and Transfer Services, Infrastructure Management Flashcards
Database Migration Services (DMS)
Helps with migrating on premises databases to or within AWS. Supports homogeneous and heterogeneous migrations with continuous data replication and virtually no downtime.
Server Migration Service (SMS)
Migrate on premises servers to AWS. Your server is saved as an Amazon Machine Image (AMI), which can be used to launch EC2 instances.
AWS Snow Family
Transfer large amounts of on-premises data to AW using a physical storage device. Snowcone, Snowball. Snowball Edge, and Snowmobile.
AWS Snowcone
Has 8 terabytes of capacity. You can ship it to AWS, or use DataSync to transfer digitally.
AWS Snowball and Snowball Edge
Handles petabyte levels of data. You can transfer data in and out of AWS. Cheaper than internet transfer. Only Edge supports Lambda and EC2.
AWS Snowmobile
Multi-petabyte or exabyte level data. A literal truck picks up your data and transfers it to S3.
DataSync
Handles online transfer of on-premises data to AWS. Copy over Direct Connect or internet. Copy data between AWS storage devices as well. You can replicate data cross-region or cross-account.
Infrastructure as Code (IaC)
Writing and using scripts to provision AWS resources.
Cloud Formation
automatically provision AWS resources using scripted templates. (Supports IaC)
Elastic Beanstalk
Used to deploy and scale webapps. Automatically handles capacity provisioning, load balancing, and auto-scaling, and monitors app health. FOR THE CLOUD ONLY.
OpsWorks
Uses Chef or Puppet to automate the configuration of your SERVERS and deploy code. Can be used to manage on-premises servers or EC2 instances.