2.0 - Storage, Networking, and Databases Flashcards

(40 cards)

1
Q

EBS stands for…

A

Elastic Block Store - storage for directly-attached EC2 systems

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

Um…ERP?

A

Enterprise Resource Planning

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

CRM stands for…

A

Customer Relationship Management

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

EFS stands for…

A

Elastic File System - scalable across multiple EC2 instances

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

Instance Stores differ from EFS how?

A

Instance Stores are temporary, but offer high I/O and come at no cost with an EC2 instance

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

S3 stands for…

A

Simple Storage Service, universally accessible

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

Standard, Intelligent-Tiering, Standard-Infrequent Access, One Zone-Infrequent Access, Glacier Instant, Glacier Flexible, and Glacier Deep Archive are all types of…

A

S3 storage classes

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

True or false: Standard-Infrequent Access has a retrieval fee.

A

True

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

What feature allows you to move objects in an S3 bucket from one storage class to another?

A

Lifecycle policy

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

True or false: S3 bucket names must be globally unique.

A

True

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

Versioning is…

A

the ability to revert to a previous version of an object in an S3 bucket

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

FSx is…

A

Fully managed Windows file system

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

What happens to data in an EBS if its companion EC2 instance is stopped?

A

The data remains intact

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

EBS comes in two flavors:

A

SSD (faster, more expensive, high IOPS)

HDD (slower, cheaper, higher throughput)

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

EBS SSD comes in two flavors:

A

General Purpose SSD (gp3, gp2, 16k max IOPS, no multi-attach)

Provisioned IOPS SSD (io2, io1, 64k-256k IOPS, multi-attach supported)

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

io2 or io1 max IOPS is…

A

64k

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

io2 block express max IOPS is…

18
Q

EBS HDD comes in two flavors:

A

Throughput Optimized HDD (st1, 500 max IOPS, 500 MiB/s max throughput)

Cold HDD Volume (sc1, lowest storage cost, 250 max IOPS, 250 MiB/s max throughput)

19
Q

True or false: EBS HDD supports multi-attach.

20
Q

What does Storage Gateway do?

A

Connects on-prem databases to AWS cloud infrastructure - a hybrid storage service.

21
Q

What Storage Gateway type is used for storing data in cloud-native formats?

A

S3 File Gateway

22
Q

What Storage Gateway type can be either block storage volumes, or cached volumes?

A

Volume Gateway

23
Q

What does the Storage Gateway type “Tape Gateway” do?

A

Provides archiving functions

24
Q

What does the Storage Gateway type “FSx File Gateway” do?

A

Extends on-prem Windows file systems to AWS

25
What is a CDN?
Content Delivery Network
26
What is AWS's implementation of a CDN?
CloudFront
27
What is an Edge Location?
Data center nearest the user requesting content
28
What is AWS Global Accelerator?
routing optimization, essentially
29
If you have a global user base, high-traffic events, and/or multi-region applications, what tool would be best to use?
Global Accelerator
30
What is a VPC?
Virtual Private Cloud - your own cloud within AWS's cloud
31
What are the similarities/differences between security groups and NACLs?
Security groups are more granular, and stateful. NACLs are broader and stateless. Both will filter traffic based on source/dest IP or port (or ranges of either).
32
What is AWS Direct Connect?
a private connection (physical?) to your VPC
33
What is DynamoDB?
the NoSQL service
34
Where is content stored in an In-Memory Database?
The computer's RAM
35
What are two AWS implementations of in-memory databases?
1) ElastiCache (in-memory data store and cache service) 2) MemoryDB for Redis (in-memory DB)
36
What is Amazon Neptune?
a graph database
37
In database migration, hetero/homogeneous migrations refers to...
Using different/same database management systems
38
The AWS Schema Conversion Tool (SCT) is used in...
database migration
39
True or false: RAM-based MemoryDB for Redis automatically replicates across multiple AZs.
True
40
An RDS organizes data into...
rows and columns