AWS Storage & Database Services Lecture Notes

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/41

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key AWS storage, database services, Well-Architected pillars, S3 storage classes, and related operational concepts mentioned in the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

42 Terms

1
New cards

Amazon Elastic Block Store (Amazon EBS)

Service that lets you create individual block-storage volumes and attach them to Amazon EC2 instances.

2
New cards

Persistent (Non-volatile) Storage

Any data-storage device that retains data after power is shut off.

3
New cards

Unmanaged Services

AWS services that customers provision in discrete portions and manage themselves.

4
New cards

Data Transfer Pricing

AWS charges based on the volume of data transferred out of a Region.

5
New cards

Amazon Aurora

MySQL- and PostgreSQL-compatible relational database engine built for the cloud.

6
New cards

Recoverability

Processes and policies that restore service after a catastrophic event.

7
New cards

Amazon Simple Storage Service (Amazon S3)

Fully managed cloud object-storage service.

8
New cards

Vault Lock

Amazon S3 Glacier feature that enforces compliance through an immutable policy.

9
New cards

Security (AWS Priority)

AWS’s highest priority across all services and operations.

10
New cards

Amazon Relational Database Service (Amazon RDS)

Managed service that sets up, operates, and scales relational databases in the cloud.

11
New cards

Non-relational Database

Database that does not follow the traditional relational model used by RDBMSs.

12
New cards

Reliability

Probability that an entire system will function as intended for a specified period.

13
New cards

Buckets (Amazon S3)

Top-level resources in S3 that store objects.

14
New cards

Big Data

Analytics approach that emphasizes focusing on data insights rather than database management.

15
New cards

Snapshot (EBS)

Point-in-time backup of an Amazon EBS volume.

16
New cards

Full Snapshot

Initial, complete backup of an Amazon EBS volume.

17
New cards

Instance Store

Ephemeral, physically attached storage for EC2 instances; data is lost when the instance stops.

18
New cards

Amazon DynamoDB

Fast, flexible NoSQL database service with single-digit millisecond latency at any scale.

19
New cards

Amazon Redshift

Fast, fully managed cloud data-warehouse service.

20
New cards

Cost Optimization Pillar

AWS Well-Architected principle focused on meeting needs without overspending.

21
New cards

Partition Key

Single-attribute primary key used to partition data in DynamoDB.

22
New cards

Amazon RDS Read Replica

Asynchronously replicated copy of a primary database that can be promoted to primary when needed.

23
New cards

Volumes (EBS)

Automatically replicated block-storage units within their Availability Zone.

24
New cards

DB Instance

Fundamental building block of Amazon RDS that encapsulates compute, memory, and database engine.

25
New cards

Performance Efficiency Pillar

Well-Architected pillar emphasizing efficient use of IT resources to meet requirements.

26
New cards

Operational Excellence Pillar

Well-Architected pillar promoting performing operations as code and continual improvement.

27
New cards

AWS Trusted Advisor

Tool that inspects an AWS environment and gives real-time recommendations.

28
New cards

Relational Database

Database that stores structured data in tables consisting of rows and columns.

29
New cards

Throughput-Oriented Storage

Cold storage tier designed for infrequently accessed data requiring high throughput.

30
New cards

Amazon S3 Standard

General-purpose storage class for frequently accessed data.

31
New cards

Amazon S3 Standard-Infrequent Access

Cost-effective storage for long-lived, less-frequently accessed data needing rapid retrieval.

32
New cards

Amazon S3 One Zone-Infrequent Access

Lower-cost storage for infrequent access data stored in a single Availability Zone.

33
New cards

Amazon S3 Intelligent-Tiering

Storage class that automatically moves objects between access tiers based on usage patterns.

34
New cards

Amazon S3 Glacier

Low-cost archival storage for data requiring retrieval within minutes to hours.

35
New cards

Amazon S3 Glacier Deep Archive

Lowest-cost S3 storage class for long-term retention of rarely accessed data.

36
New cards

Fault Tolerance

System’s ability to remain operational after component failures; affects availability.

37
New cards

Scalability

Capability of a system to handle growth in workload without performance degradation.

38
New cards

AWS Well-Architected Framework

Guidelines consisting of Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, and optional Sustainability pillars.

39
New cards

AWS Trusted Advisor Categories

Check areas include Cost Optimization, Performance, Fault Tolerance, Security, and Service Limits.

40
New cards

Amazon EBS Volume Types

Cold, General Purpose (gp), Provisioned IOPS (io), and Throughput-Optimized (st) volumes.

41
New cards

Relational Database Challenges

Server and OS maintenance, software patches, scalability limits, security, backups, and high availability.

42
New cards

Amazon RDS Supported Engines

PostgreSQL, Oracle, Amazon Aurora, MySQL, MariaDB, and Microsoft SQL Server.