Migration and Transfer Flashcards

1
Q

What is the AWS Application Discovery Service?

A

It helps plan migration projects by gathering info about on-prem data centers

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

Using AWS Application Discover, What two options are available

A

Agentless and Agent-Based

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

What is the big difference between agent-based and agentless options in AWS Application Discovery Service?

A

Agent based discovery agent will find details of the networking components between systems.

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

Where do you view application discovery service reports?

A

AWS Migration Hub?

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

What tool is used to migrate workloads from on-prem?

A

AWS Application Migration Service.. Lift and shift..

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

Is AWS Database Migration Service Multi-AZ compliant?

A

Yes

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

What is AWS DataSync?

A

Move large data to/from.. On-prem or cloud..

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

What protocols does AWS DataSync support?

A

NFS, SMB, HDFS, S3, etc..

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

Does DataSync require and agent?

A

Yes

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

What targets can be used for AWS DataSync?

A

S3, EFS, FSx

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

Can replication tasks be scheduled in AWS DataSync?

A

Yes. Hourly, daily, or weekly

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

Are file permissions and metadata preserved when syncing using AWS DataSync?

A

Yes

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

Can AWS DataSync sychronize between AWS services?

A

Yes. S3 to EFS, EFS to FSx, etc…

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

What are the two use cases for the AWS Snow Family?

A

Data Migration and to collect and process data at the edge.

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

How big is the snowball Edge Storage Optimized device?

A

80TB HDD capacity

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

How big is the snowball Edge Compute Optimized device?

A

42TB HDD

17
Q

What is AWS SnowCone?

A

Rugged, Secure and portable

18
Q

What sizes does AWS SnowCone come in?

A

Snowcone is 8TB of HDD storage
Snowcone SSD is 14TB of SSD storage

19
Q

Does AWS Snowcone support AWS DataSync?

A

Yes. You can ship the physical device to AWS or use DataSync

20
Q

What is AWS SnowMobile?

A

It is for exabytes of data. Good for PB worth of data migration.

21
Q

What AWS service is used to manage your Snow devices?

A

AWS OpsHub

22
Q

What is the main selling point for AWS Graviton processors?

A

Best price for the performance

23
Q

What is AWS SAM?

A

Serverless Application Model. It is a framework that is configured via YAML

24
Q

To build an application in AWS SAM, what is the command?

A

SAM BUILD

25
Q

How does SAM package and SAM deploy work?

A

SAM package zips and uploads everything to S3 and SAM deploy sends it to cloudformation to be built or changed.

26
Q

How can you run AWS Lambda functions locally?

A

AWS SAM CLI

27
Q

How do you start a SAM project?

A

SAM INIT <Language></Language>

28
Q

What is AWS Batch

A

Fully Managed Servce. Run batch jobs as docker images

29
Q

What is the big difference between AWS Glue and Batch?

A

Glue is meant for ETL and Batch is made for any batch processing job. Not for ETL.

30
Q
A