Storage Flashcards

1
Q

What persistent storage is typically used for EC2 instances?

A

EBS, Elastic Block Store

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

What are the characteristics of EBS?

A

EBS is persistent, network attached storage which is replicated within an AZ for redundancy. it can be encrypted, and backed up. EBS volumes can be detached from EC2 instances and re-attached elsewhere.

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

How do you achieve redundancy of data with EBS?

A

EBS automatically replicates all data to multiple locations in an AZ

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

What ephemeral storage is typically used for EC2 instances?

A

Instance backed volumes.

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

What are the characteristics of instance backed volumes?

A

They are attached to an EC2 instance. When the EC2 instance is stopped, all data is lost. Data will remain through a reboot.

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

What is the cost of data transfers related to S3?

A

Data transferred into S3 is free, data transferred between regions is $0.02 / GB

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

What is the cost of requests with S3?

A

$0.053 / 10,000 operations that change data

$0.042 / 10,000 GET operations

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

What 4 types of data should you NOT use S3 for?

A

1) long term data archiving
2) Fast changing data
3) File systems
4) Structured data that must be queried

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

What are S3 ACL’s used for?

A

Controlling access from the public, from outside of your AWS account

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

How do you control rights for S3 objects from within your account?

A

Bucket policies

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

What is the default limit on the number of S3 buckets you can have within an account?

A

100 - soft limit

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

What are the data retrieval options for Glacier?

A

1) Expedited, for < 250 MB, available in 1 - 5 minutes
2) Standard, available in 3 - 5 hours
3) Bulk, available in 5 - 12 hours

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

What is the difference between Glacier Vault Access Policies and Lock Policies?

A

Vault access policies are editable, and expected to change over time. Lock policies cannot be changed once they are set, and are used for regulatory compliance

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

What is the cost of data transfers related to Glacier?

A

Data transfers into Glacier is free. Data transferred to another region is $0.02 / GB. Data transfers to the internet depends on the amount of data.

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

What is a good general rule for when to use Snowball?

A

If your data would take more than a week to transfer over your network connectivity to AWS, consider Snowball

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

What sizes does the Snowball come in?

A

50 TB and 80 TB, but 50TB is only available in the US

17
Q

What are the 3 configurations of the Storage Gateway?

A

File, Volume, and Tape

18
Q

What are the two configurations of the Storage Gateway’s Volume Gateway?

A

Stored and Cached

19
Q

What is the primary use case for a Stored Volume Gateway?

A

Backing up to AWS, then during a disaster of the traditional DC, bringing the systems online in AWS. The backups are stored as EBS snapshots and can be attached to EC2 instances

20
Q

What is the primary difference between a Stored Volume Gateway and a Cached Volume Gateway?

A

The stored treats local storage as the primary and backs up to AWS, while the cached treats AWS as the primary and uses a local cache to buffer the transfers

21
Q

What is the Taped Library configuration of the Storage Gateway?

A

The storage gateway replaces a physical tape library solution with virtual tapes which actually back up to AWS

22
Q

What are the 4 primary security controls for S3?

A

Bucket policies, ACLs, Data Encryption, SSL

23
Q

What are the two performance modes of EFS?

A

General Purpose and Max I/O

24
Q

What are the 2 primary types of EBS volumes, and their individual subtypes?

A

SSD, and HDD. SSD has General Purpose and Provisioned IOPS, while HDD has Cold HDD and Throughput optimized HDD.