Storage and Databases Flashcards

(22 cards)

1
Q

Block Level Storage

A

A place to store files (hard drives for EC2 instances)

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

Amazon Elastic Block Store (Amazon EBS)

A

A service that provides block-level storage volumes that you can use with Amazon EC2 instances. If you stop or terminate an Amazon EC2 instance, all the data on the attached EBS volume remains available.

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

EBS Snapshot

A

An incremental backup. This means that the first backup taken of a volume copies all the data.

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

Characteristics of the Amazon EBS service

A

Best for data that requires retention

Separate drives from the host computer of an EC2 instance

Availability Zone level resource

Need to be in the same Availability Zone to attach EC2 instances

Volume does not automatically scale

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

Amazon Simple Storage Service (Amazon S3)

A

Store and retrieve an unlimited amount of data

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

You want to store data that is infrequently accessed but must be immediately available when needed. Which Amazon S3 storage class should you use?

A

S3 Standard-IA

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

Amazon EFS

A

Multiple instances can access the data in EFS at the same time

Linux file system

Regional resource

Automatically scales

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

Relational database management system (RDBMS)

A

Data is stored in a way that relates it to other pieces of data

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

Amazon Relational Database Service (Amazon RDS)

A

A service that enables you to run relational databases in the AWS Cloud.

Amazon Aurora
PostgreSQL
MySQL
MariaDB
Oracle Database
Microsoft SQL Server

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

Amazon Aurora

A

An enterprise-class relational database. It is compatible with MySQL and PostgreSQL relational databases.

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

Nonrelational databases/NoSQL databases

A

You create tables. A table is a place where you can store and query data.

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

Amazon DynamoDB

A

A (serverless) key-value database service. It delivers single-digit millisecond performance at any scale.

A non-relational database
Purpose built
Highly scaleable
Millisecond response time
Fully managed
99.999% availability

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

What are the scenarios in which you should use Amazon Relational Database Service (Amazon RDS)?

A

Using SQL to organize data

Storing data in an Amazon Aurora database

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

Amazon Redshift

A

A data warehousing service that you can use for big data analytics. It offers the ability to collect data from many sources and helps you to understand relationships and trends across your data.

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

BI

A

Business Intelligence

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

AWS Database Migration Service (AWS DMS)

A

Enables you to migrate relational databases, nonrelational databases, and other types of data stores.

14
Q

You want to store data in an object storage service. Which AWS service is best for this type of storage?

A

Amazon Simple Storage Service (Amazon S3)

15
Q

Amazon EBS volumes and Amazon EFS file systems

A

EBS volumes store data within a single Availability Zone. Amazon EFS file systems store data across multiple Availability Zones.

16
Q

Which service is used to query and analyze data across a data warehouse?

A

Amazon Redshift

17
Q

Amazon EFS

A

Amazon Elastic File System

18
Q

EC2

A

Elastic Compute Cloud

19
Q

Object storage

A

A technology that stores and manages data in an unstructured format called objects