Storage Flashcards

1
Q

Name the 3 types of AWS Storage Gateways

A
  1. File Gateway
  2. Volume Gateway
  3. Tape Gateway
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What 2 protocols can be used with a File Gateway?

A
  1. SMB

2. NFS

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

What is a File Gateway?

A

VM agent that allows transfer of data between onprem and AWS with a file like interface, stored as S3 objects and asynch uploaded

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

What is a Volume Gateway?

A

VM agent for data transfer between onprem and AWS with a disk volume interface, stored as S3 objects

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

What protocol can be used with Volume Gateway?

A
  1. iSCSI block protocol
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How are snapshots managed with Volume Gateway?

A

Point in time Snapshots are stored as EBS snapshots

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

What 2 modes does Volume Gateway support?

A
  1. cached mode: frequently used data is cached locally, primary data is stored in S3
  2. stored mode: entire data is stored locally, asynchronously backed up to S3
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What protocols can be used with a Tape Gateway?

A
  1. iSCSI based VTL
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Tape Gateway?

A

VM agent for data transfer between on-prem and AWS with a virtual tape interface stored in S3

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

How do you host a static website on S3?

A
  1. Configure the bucket to have the Static Web Site Hosting property
  2. Specify the index page
  3. Disable the Block Public Access setting
  4. Attach a bucket policy granting public access to the bucket files
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is AWS Snowball? Up to what size can it handle?

A

Snowball is an AWS provided NAS device for import/export of on-prem data to AWS S3. Up to 80TB

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

What is AWS Snowball Edge? Up to what size can it handle?

A

AWS Provided device that is compute or storage optimized. Can host a NFS file server or S3 endpoint, locally compute. Local cluster. Up to 100 TB

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

What is AWS Snowmobile? Up to what size can it handle?

A

Data transfer service in and out of AWS up to 100PB

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

What is the default backup retention period for RDS? What is the minimum? What is the max?

A

7 days default. 0 day minimum (disables automated bkps). 35 day max

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

What is the time to failover in a Multi-AZ RDS deployment?

A

1-2 minutes is the typical failover time

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

When is I/O suspended for RDS?

A

There is brief suspension of I/O for Single AZ Backups and Snapshots, but not for Multi-AZ

17
Q

What is the max number of read replicas allowed in RDS per DB?

A

15 Read Replicas

18
Q

What is DAX?

A

DynamoDb Accelerator is a managed write through cache for microsecond performance

19
Q

What is the max size for an item (key and attributes) in DynamoDB?

A

400KB

20
Q

What are the db engines supported by RDS?

A

MySQL, MariaDB, Aurora, PostgreSQL, SQL Server, Oracle

21
Q

RDS basic monitoring is at what intervals?

A

1 minute intervals

22
Q

RDS enhanced monitoring is at what intervals?

A

1 second intervals

23
Q

How many copies does Aurora keep? Across how many AZ’s?

A

6 copies, across 3 AZ’s

24
Q

How many copies does Redshift keep?

A

3 copies - 1 original, 1 copy on compute, 1 backup in S3

25
Q

How many facilities can S3 lose but remain functional?

A

Sustain a loss of 2 facilities (except for One-Zone IA and RRS)