M7: Storage Flashcards

Module 7

1
Q

EBS

A

Persistent storage
Automatically replicated within availability zone
Durable, detachable, block level storage
Directly attached to instances - low latency
Included in AMIs
Can be encrypted for no extra cost

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

Backup of EBS

A

Snapshot

Can recreate new volume from a snapshot at any time

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

Uses of EBS

A

Boot volumes and storage for EC2
Data storage with file system
Database hosts
Enterprise applications

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

EBS volume types

A

Provisioned IOPS SSD-backed EBS volumes
General purpose SSD
Magnetic

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

EBS costs

A

Volumes
IOPS
Snapshots
Data transfer

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

Amazon S3

A

Object level storage

Includes event notifications

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

S3 storage classes

A

Standard: high durability & availability for frequently accessed data
Intelligent tiering: automatically moves data to the most cost effective tier
Standard infrequent access: accessed less frequently but may require rapid access. Good for long term storage and backups
One zone infrequent access: as above but instead of the usual 3 availability zones. Secondary backups or easily recreatable data
Glacier: data archiving, 3 retrieval options, can upload data directly or use lifecycle policies
Glacier deep archive: for data accessed once or twice a year. 11 9s of durability. Restored within 12 hours.

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

S3 buckets

A
Data stored inside buckets
Named uniquely
Associated with a specific region
Good for
- application data 
- static website hosting
- storage of backups of data (can be configured for cross region replication)
- application hosting
- media hosting
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

S3 payments

A

Storage type
Pay for what you use: amount of storage
Transfer out of region
Put, copy, post, list and get requests

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

Amazon EFS

A

Storage for EC2 instances that multiple virtual machines can access at the same time
Dynamically scales on demand

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

To create EFS

A
  1. Create EC2 resources and launch instance
  2. Create EFS
  3. In the appropriate subnets, create your mount targets.
  4. Connect to your amazon EC2 instance and mount the EFS
  5. Clean up your resources and protect your AWS account
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Mount target properties

A

Mount target ID
Subnet ID for the FS where it was created
File system ID for the file system where it was created
An IP address where the file system can be mounted
The mount target state

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

Amazon S3 Glacier concepts

A

Archive: any object, has own ID
Vault: container for storing archives. Vault name & region.
Vault access policy: who can do what
Retrieval: expedited, standard, bulk

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

Lifecycle policy

A

Cycle data between different storage types at regular intervals

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

S3 vs S3 Glacier encryption

A

Can transfer securely over HTTPS
Data archived in S3 Glacier is encrypted by default
Server side encryption must be initiated by application for S3

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