Technology - Storage Services Flashcards

1
Q

What is Amazon Simple Storage Service (S3)?

A

A storage service in the cloud that is highly available.

Files are called ‘Objects’
Directories are called ‘Buckets’

Objects can be public or private and can be uploaded to the cloud.

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

At which level (bucket or object) can the security / access controls be set in AWS S3?

A

Both - Using access control lists (ACLs), bucket policies, or access point policies.

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

Which feature in AWS S3 allows you to create multiple versions of your file in order to protect against accidental deletion or to restore to a previous version?

A

Versioning

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

What are S3 access logs useful for?

A

To track access to your buckets and objects to track down the root causes of issues or look for suspicious activity.

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

True or False: Bucket names in S3 must be globally unique

A

True - Unless a bucket is deleted. No one else may use the same bucket name.

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

What are the two core principles around Data Accessibility in AWS S3 storage?

A
  1. Durability - Will my data always persist and be there tomorrow? (99.999999999%)
  2. Availability - Will I have access to my data when I need it? 99.99%)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the 9 types of S3 Storage Classess?

A
  1. S3 Standard
  2. S3 Intelligent-Tiering
  3. S3 Standard-Infrequent Access (IA)
  4. S3 One Zone-Infrequent Access (IA)
  5. S3 Glacier
  6. S3 Glacier Deep Archive
  7. S3 Outposts
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is S3 Standard?

A

General Purpose storage for any type of data. (Frequently accessed data)

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

What is S3 Intelligent-Tiering?

A

Automatically moves your data to the most cost-effective storage class. Automatic cost savings. No retrieval Fees. Data-Stored across multiple availability zones. (Data with unknown or changing access pattern)

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

What is S3 Standard-Infrequent Access (IA)?

A

Data is accessed less frequently but requires rapid access when needed. Data is stored across multiple availability zones. Cheaper than S3 standard. (Long-lived data, infrequently accessed, but millisecond access when needed)

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

What is S3 One Zone-Infrequent Access (IA)?

A

Like Standard-Infrequent Access but only stored in ONE availability zone. Costs 20% less than S3 standard. Data stored in this storage class can be lost. (Used for data that you can recreate, where durability and availability aren’t essential) - 99.5% availability

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

What is S3 Glacier?

A

Long-Term data storage and archival for lower costs. Data retrieval takes longer. Three retrieval options:
1-5 minutes
3-5 hours
5-12 hours
Data is stored across multiple Availability zones. (Ideal for long-term back ups and is a cheaper storage option)

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

What is S3 Glacier Deep Archive?

A

Like S3 Glaicer but has longer access times. Only two retrieval options:
12 Hours
48 Hours

Ideal for long-term data backups that are accessed once or twice a year. Retaining data for regulatory or compliance requirements.

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

What is S3 Outposts?

A

Provides Object storage on-premise. (Not in cloud). Store data across multiple devices and servers. (For Data that must be kept local and for demanding application performance needs)

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

How is S3 Deployed in the Real-World?

A
  1. Static Websites
  2. Data Archives
  3. Analytic Systems
  4. Mobile Applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is an Elastic Block Store (EBS) & What is it used for?

A

EBS is a storage device (called volume) that can be attached to (or removed from) one instance.

Features:
Data Persists when the instance is not running
Can ONLY be attached to ONE instance in the same AZ
Can ONLY be tied to ONE AZ.

Recommended for
Quick, Accessible Data
Running a Database
Long-Term data Storage

17
Q

What is EC2 Instance Store?

A

An instance store is local storage that is physically attached to the host computer and cannot be removed.

Features:
Storage on disks physically attached to the instance
Faster speeds with higher I/O speeds
Storage is temporary and data loss occurs when the EC2 instance is stopped.

Recommended for:
Temporary Storage Needs
Data replicated across multiple instances

18
Q

What is Elastic File System (EFS)?

A

EFS is a serverless network file system for sharing files (i.e. DropBox and Google Drive)

Features
Only Supports the Linux File System
More expensive than EBS
Accessibility across different AZ in the same Region

Recommended for:
Main directories for business-critical apps
Lift-&-Shift existing enterprise apps

19
Q

What is Storage Gateway?

A

A hybrid storage service when you need both local and cloud storage.

Features
Connect on-premise and cloud data
Supports a hybrid model

Recommended for:
Moving Back Ups to the Cloud
Reducing costs for hybrid cloud storage
Low latency access to data

20
Q

What is AWS BackUp?

A

A catch-all utility tool that integrates with EC2, EBS, EFS, and more. Creates a backup plan that includes frequency and retention.