Week 7 - Storge in Cloud Flashcards

1
Q

What is Amazon EBS?

A

Amazon Elastic Block Store (Amazon EBS) is persistent and customizable block storage for Amazon EC2 instances, designed to provide high-performance storage that retains data after a machine is powered off.

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

What are some features of Amazon EBS?

A
  1. Persistent and customizable block storage for EC2
  2. Supports HDD and SSD types
  3. Per-EC2 service (used with a single machine)
  4. Replicated within the same Availability Zone
  5. Transparent encryption for seamless data protection
  6. Elastic volumes for dynamic resizing
  7. Supports snapshots for data backups
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is persistent storage?

A

Persistent storage is any data storage device that retains data after power to the device is turned off.

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

When should Amazon EBS be used?

A

Amazon EBS is ideal for:

  • Boot volumes and storage for Amazon EC2 instances
  • Data storage with a file system
  • Database hosts
  • Enterprise applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Amazon S3?

A

Amazon S3 (Simple Storage Service) is a fully managed object storage service that allows you to store a virtually unlimited number of objects in the cloud.

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

What are some features of Amazon S3?

A
  • Fully managed object cloud storage
  • Virtually unlimited object storage capacity
  • Redundant data storage within a single region
  • Automagical scalability to match growing application needs
  • Pay-as-you-go pricing
  • Access via URL from anywhere at any time
  • Rich security controls
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When should Amazon S3 be used?

A
  • Long-term storage (e.g., backups)
  • Content delivery (e.g., static website content, media files)
  • Big data storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How does Amazon S3 handle storage growth?

A

Amazon S3 automatically manages and scales storage behind your bucket as your data grows, allowing you to start immediately without worrying about capacity.

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

How do you upload data to Amazon S3?

A

To upload data to Amazon S3, create a bucket in an AWS Region and upload (almost) any number of objects to the bucket.

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

What are the two styles of S3 Bucket URLs?

A
  1. Bucket path-style URL endpoint
  2. Bucket virtual hosted-style URL endpoint
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Amazon S3 Glacier?

A

Amazon S3 Glacier is a secure, durable, and extremely low-cost data archiving service designed for long-term storage with delayed retrieval times.

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

What are some features of Amazon S3 Glacier?

A
  • Extremely low-cost design for long-term data archiving
  • Data retrieval requires several hours
  • Pricing varies by AWS Region
  • Designed to provide 11 nines (99.999999999%) of durability for stored objects
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why is Amazon S3 Glacier suitable for long-term archiving?

A

Its extremely low-cost design and high durability make it ideal for long-term storage of infrequently accessed data.

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

What is Amazon EFS?

A

Amazon Elastic File System (Amazon EFS) is a fully managed network file storage service designed for use across different machines and availability zones.

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

What are some features of Amazon EFS?

A
  • Provides file storage over a network
  • Designed for use across multiple machines and availability zones
  • Fully managed, eliminating storage administration tasks
  • Accessible via the AWS Management Console, API, or CLI
  • Automatically scales up or down as files are added or removed
  • Pay-as-you-use pricing model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How do you use Amazon EFS with Amazon EC2?

A

With Amazon EFS, you can create a file system, mount it on an Amazon EC2 instance, and read or write data to and from the file system.

17
Q

When should Amazon EFS be used?

A

Amazon EFS is ideal for:

  • Big data and analytics
  • Media processing workflows
  • Content management
  • Web serving
  • Home directories