Storage Extras Flashcards

1
Q

What is the aws snow family?

A

Portable devices used to migrate data in and out of aws.

You order the snowcone or snowball devices, store your data, then send it back to aws, who will put it in your s3 bucket for you.

It’s an offline data transfer.

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

What is edge computing? (snowcone and snowball edge)

A

Process data while being created in an edge location, with a snow product.

For this you get a snowcone or a snowball. Snowball can be storage optimized or compute optimized.

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

How do you import data from snow to s3 glacier?

A

You can’t directly. First yo need to import to a normal s3 bucket and then with a lifecycle policy transfer it to glacier.

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

What is AWS FSx?

A

It’s a service for launching 3rd party file systems in aws, like windows file server, lustre, netapp ontap, or openzfs.

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

Can you mount FSx for windows file server in a linux instance?

A

YES

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

What is Lustre for? Which aws service lets you create a Lustre file system?

A

Its a file system for high scale computing.
Used for machine learning, high performance computing, video processing, etc.
With aws FSx

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

Which FSx has full integration with s3? What does it mean?

A

Lustre.

You can read S3 as a file system through FSx.
You can also write output of computations back to s3.

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

What are FSx deployment options?

A

Scratch file system: Temporary storage. No replication, but higher performance (x6 throughput).

Persistent file system: Long term storage. Data is replicated within same AZ (2 copies of data).

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

What are FSx Netapp Ontap features?

A

Compatible with NFS SMB or iSCSI.
You can move workloads running on netapp to aws.
It has a feature for point in time instantaneous cloning. Meaning you can clone your netapp file system. Useful for testing new workloads.

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

What are FSx OpenZFS File system features?

A

Managed OpenZFS on aws. Its only NFS protocol.
You can move workloads running on openzfs to aws

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

Which are the aws Fille System storage services?

A

EFS (NFS) and FSx (Windows, Lustre, OpenZFS, Netapp)

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

Which are the aws Block storage options?

A

EBS and Instance Store

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

Which are the aws Object Storage options?

A

S3

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

What is AWS Storage Gateway?

A

A service that acs as a bridge between your AWS data and your On-Premises data. (Hybrid).

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

What are storage gateway use cases?

A

Disaster Recovery: Back up your onpremises data to the cloud.

Backup and Restore: Migration to the cloud.

Tiered Storage: Extend your data to the cloud. Example: Hotter data stored on premises and Colder data stored in Cloud.

Cache on premises: Store most of your data in aws and use storage gateway to store a cache on premises for lower latency.

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

What are the different types of storage gateway?

A

S3 File Gateway: Conect your server to an S3 bucket through NFS or SMB.

S3 File Gateway
FSx File Gateway
Volume Gateway
TapeGateway

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

How does S3 File Gateway work?

A

It allows an on premises server to access an S3 bucket through the NFS or SMB protocol.

The server sees an NFS share for example but behind the scenes there is an S3 bucket where files are stored and read. Data is transfered through HTTPS behind the scenes.

Most recently used data is CACHED in the file gateway, this gives rapid access to the server.

It doesn’t work with Glacier. You can set up a lifecycle policy to your bucket so that objects are moved to glacier tiers after some time.

18
Q

How do you use S3 File Gateway with glacier storage?

A

If you want to have an NFS or SMB storage that points to an S3 glacier bucket, you can’t directly. You have to set up a lifecycle policy to your bucket so that objects are moved to glacier tiers after some time.

19
Q

What is a benefit of using S3 file gateway with SMB protocol?

A

It has integration with Active Directory for user authentication against s3 file gateway. (And therefore the s3 bucket).

20
Q

What storage gateway feature gives users faster access to files?

A

It caches most recent files in file gateway and makes read times faster to users.

21
Q

Amazon FSx for windows file server by itself lets you connect it to on premises servers. Why then is it useful to use Amazon FSx File Gateway (Storage Gateway)?

A

Because it caches frequently accessed data in the file gateway of your on premises data center.

22
Q

Where and how can you deploy Storage Gateway?

A

On premises as a VM appliance in esxi, kvm, or hyper-v. As a hardware appliance, or as an EC2 instance in aws.

23
Q

Which Storage Gateway option works with iscsi protocol?

A

Volume Gateway and Tape Gateway

24
Q

Which Storage Gateway option works with NFS protocol?

A

S3 File Gateway

25
Q

What are the 2 options for Volume Gateway?

A

Cache volumes: Low latency access to most recently used data

Stored Volumes: All data is on premises, with scheduled backups to s3

26
Q

How does Tape Gateway work?

A

The tape gateway connected to the tape drive, uploads the backed up data to the aws cloud, into s3. or glacier.

27
Q

Which Storage Gateway option works with SMB protocol?

A

S3 File Gateway and FSx File Gateway

28
Q

How does Storage Gateway transfer data from onpremises to AWS in all cases?

A

Through HTTPS.

29
Q

How does volume gateway work?

A

You mount iscsi volumes in your on premises servers through volume gateway, which will store data in s3, or just backups, depending on the mode selected.

30
Q

How do EBS Volumes come in to play when talking about Volume Gateway?

A

Volume Gateway stores data in S3. But you can transform the S3 data into EBS Volume for disaster recovery or migration into EC2.

You can also configure regular ebs snapshots as backups of the volume gateway data.

31
Q

What is the purpose of S3 File Gateway?

A

To have a local on premises cache of s3. Its files as objects.

32
Q

What is the purpose of Volume Gateway?

A

You have 2 options. First is cached volumes, which is for having an on premises cache of your data.
Second is Stored volumes, which is for having your data on premises, but with the possibility of doing regular backups of such data into s3.

33
Q

What is the purpose of tape Gateway?

A

To back up your tapes into s3 and glacier.

34
Q

What is the purpose of FSx File Gateway?

A

To have a local on premises cache of FSx for windows file server.

35
Q

What is AWS Transfer Family?

A

Its a service for transfering files in and out of S3 and EFS using FTP, SFTP, or FTPS.

You create a server with this service that will have the role of FTP Server.

36
Q

What is DataSync?

A

A service for moving large amounts of data to and from:

on premises or other clouds, and aws.

It can use a variety of protocols for data transfers.

It needs an agent to run on premises/other clouds.

You can also move data (And Metadata) between aws services with this service. With no agent. (S3, EFS, FSx)

Data is syncronized in a schedule: daily, hourly, weekly.

37
Q

Which service for moving data between locations is the only one that preserves metadata like the NFS Posix or SMB file permissions?

A

DataSync is the only option that preserves metadata.

38
Q

What do you do when you want to run DataSync to move your data, but you dont have the network capacity to do so in your datacenter?

A

You should use AWS Snowcone which comes with the data sync agent pre installed. You can run snowcone to pull your data with datasync and then ship it to aws.

39
Q

Which of these storage options does DataSync NOT support?

EFS
EBS
FSx
S3