Db and storage Flashcards

1
Q

What is the difference between instance stores and Amazon elastic block stores (EBS)?

A

Instance stores are temporary block level storage on an EC2 instance
Amazon EBS permanent block-level storage that remains after instance stops

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

What is an Amazon EBS snapshot?

A

all data backed up and any changes after that are backed up

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

What is Amazon Simple Storage Service (Amazon S3)?

A

provides object level storage

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

What are the 3 parts of an s3 object in object storage?

A

data
meta
key

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

What 2 factors should you consider when deciding which Amazon S3 service to use?

A

Frequency (how often will u retrieve data)
Availability

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

What is the difference between Elastic Block Store and Elastic File System?

A

Elastic Block Store is single availability zone
Elastic File System is multiple availability zone

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

Name 8 types of s3 storage?

A

Standard
Standard Infrequent Access
One-zone Infrequent access
Intelligent tiering
Glacier instant retrieval
Glacier flexible retrieval
Outposts

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

Suitable storage for infrequent access from 1 location

A

One-zone infrequent access

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

Suitable storage for archived data you need to retrieve instantly?

A

Glacier Instant Retrieval because you can retrieve it in a few milliseconds

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

You need to store objects close to on premises apps. Which type of S3 storage should you use?

A

S3 Outposts

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

Suitable storage for unknown patterns?

A

S3 Intelligent tiering

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

Suitable for archived data that needs to be retrieved in a few mins to an hour?

A

S3 Glacier flexible retrieval

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

Suitable for archived data you need to retrieve in 12 hours?

A

S3 Glacier deep archive

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

You need to access data frequently from a minimum of 3 availability zones. Which type of S3 block storage should you use?

A

S3 Standard

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

You only access data occasionally, but need to be able to retrieve it instantly and would not be able to reproduce it in the event of a failure. Which type of S3 block storage should you use?

A

S3 Standard IA

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

You only need to access data ocassionally and would be able to easily reproduce the data in the event of a failure. Which type of S3 block storage should you use?

A

S3 One Zone-IA

17
Q

You aren’t sure which s3 storage to use because of unknown changing patterns. Which type of S3 block storage should you use?

A

S3 Intelligent-Tiering
If you don’t access an object for 30 days in a row, it will move you to S3 Standard-IA
If you access an object, it automatically moves it to the frequently accessed tier S3 standard

18
Q

What service do you use from relational dbs?

A

RDS (relational database service)?

19
Q

Name the relational db?

A

Aurora

20
Q

Name the key-value pair, nosql db?

A

Dynamodb

21
Q

What data warehousing service can you use for big analytics?

A

Redshift

22
Q

Name 3 areas database migration service helps with when migrating a db store?

A
  1. Developing and testing migration
  2. Consolidation
  3. Continuous replication