AWS Chapter 5 Flashcards

1
Q

Instance Store

A

provides temporary block level storage for an EC2 instance, when terminated lose any data in the instance store

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

Amazon Elastic Block Store (Amazon EBS)

A

service that provides block-level storage volumes that you can use within EC2 instances, stores data to a single availability zone

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

Amazon EBS Snapshots

A

incremental backup, not a full backup, first day is backed up and then new daily data as it comes in

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

Amazon S3

A

services that provides object level storage, stores data in buckets, 5TB max

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

Object Storage

A

each object consists of data/metadata, metadata contains info about use, what the data is etc

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

Different S3 Storage classes

A

S3 Standard, S3 Standard 1A, S3 One-Zone 1A, S3 Intelligent Tiering, S3 Glacier, S3 Glacier Deep Archive

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

S3 Standard

A

stores data in 3 availability zones, wide use case

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

S3 Standard 1A

A

ideal for infrequently accessed data, lower storage price and higher retrieval price

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

S3 One-Zone IA (Infrequent Access)

A

stores data within a single availability zone, lower price than standard 1A

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

S3 Intelligent Tiering

A

ideal for changing data, requires monthly fee per object, 30 days data is moved to infrequent access tier (S3 One-Zone 1A)

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

S3 Glacier

A

low cost storage, data archiving

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

S3 Glacier Deep Archive

A

lowest costs, ideal for archiving, able to retrieve objects within 12 hours

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

Amazon Elastic File System (Amazon EFS)

A

scalable file system, used with AWS Cloud services and on prem resources. Can grow and shrink automatically

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

Amazon Relation Database Service (Amazon RDS)

A

runs relational databases (SQL DB) in the cloud, automate tasks such as hard provisioning, database setup, etc

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

RDS Database Engines

A

Amazon Aurora (enterprise class relational database, good for high availability workloads), MySQL etc

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

Amazon DynamoDB

A

Key value database service, serverless and automatically scaling

17
Q

Amazon RedShift

A

data warehousing service with analytics

18
Q

Amazon Database Migration Service

A

enables you to migrate relational/nonrelational databases to the cloud, source/target can be the same or different types

19
Q

Amazon DocumentDB

A

document database services that support MongoDb

20
Q

Amazon Neptune

A

graph database service

21
Q

Amazon Managed Blockchain

A

use/create blockchain networks

22
Q

Amazon ElasticCache

A

add caching layers on top of your databases to improve read times

23
Q

Amazon DynamoDB Accelerator (DAX)

A

in memory cache for DynamoDB