mod05 Flashcards

1
Q

storage types in AWS

A

block
file
object

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

block

A

local - tied up to an ec2 instance

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

file storage

A

shared

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

instance store

A

temporary while instance is working

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

EBS Volumes

A

elastic block storage
persistent after instance termination
only the changed data is backup

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

file storage

A

data that needs to be shared

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

EFS Elastic File System

A

Scalable
Provides data to tousands of EC2 instances concurrently
store data across many multiple AZ
For windows use fsx with smb

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

components of an object storage

A

data
metadata
key

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

S3

A

store objects in buckets
set permissions to control access
manage different classes of storage plans
up to 5 TB in size

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

s3 storage classes

A

standard : frequently accessed data over many AZ (99.99% availability) - up to 90 day
standard IA: infrequently access; lower storage price but higher retrieval price - up to 180 days
one zone IA: only uses an AZ and lower price than standard IA (99.5% availability)
s3 glacier instant retrieval: low cost storage designed for data achieving (in ms)
s3 glacier flexible retrieval: lowe cost and retrieval in minutes up to hours
s3 intelligent tiering: for data with unknown or changing access patterns , small monitoring fee
s3 glacier deep archive: to be retrieved around 12 hrs lowes cost achieving - up to 10 years then delete
s3 glacier outpost: low cost on premises object storage and for local processing

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

databases types

A

relational
non relational

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

aurora

A

enterprise relational db
eliminate unnecesary i/o operations
backup over six AZ

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

nonrealtional databases

A

use key valuepairs

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

dynamodb

A

serverless key value db
scales and maintain as needed
manage up to 10 trillion requests

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