Storage Services Flashcards

1
Q

Is an object storage service that offers industry-leading scalability, data availability, security, and performance.

A
"AWS Simple storage service - S3"
• Save any type of data 
• Server less service - Do not need to worry about infra and provisioning
• Like Dropbox - create a bucket 
• Size is theoretically - Unlimited
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

_____________ is a secure, durable, and extremely low-cost storage service for data archiving and long-term backup.

A

“Amazon S3 Glacier”
• Provides 99.999999999% durability
• For archiving data
• Can setup rules for long term archiving

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

_____________ provides persistent block storage volumes for use with Amazon EC2 instances in the AWS Cloud.

A

“Elastic Block Store - EBS”
• It is highly available, low latency block storage
• Specifically for attaching to servers launched for EC2 servers
• Similar to attaching a hd to your home computer

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

_____________ provides a simple, scalable, elastic file system for Linux-based workloads for use with AWS Cloud services and on-premises resources.

A

“Amazon Elastic File system - EFS”
• It is a network attached storage
• Works with EC2
• Similar to NAS

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

Is a hybrid storage service that enables your on-premises applications to seamlessly use AWS cloud storage

A

“Storage Gateway”

• Cache frequently used data on premises and less frequently used data on cloud

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

__________ is a petabyte-scale data transport solution that uses secure appliances to transfer large amounts of data into and out of AWS.

A

“Snowball Device”
• It is portable peta byte scale data storage device
• Download data to the devise and send it to AWS, who upload this data to the cloud

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

Storage configurations make sense

A

• EBS used typically connected directly to Servers
• EFS used typically via a EFS mount connection, when you want to use a networks connected storage
Used when you do not want to worry about block or networks storage, you can connect to the S3 bucket which over time archives to Glacier which is archival mechanism

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

Hybrid Storage

A
  • First step is to transfer large amount of data, Snowball device (high capacity) store and physically transfer this to AWS location to upload to Amazon S3
  • To ensure the corp. data center with AWS cloud is synced. AWS storage gateway will orchestrate.
    • It will get pop content, store copies on data center for fast access
    • It will also store all of the data in Amazon cloud for disaster recovery
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

S3 Use Cases

A

S3 is primarily for object storage

  • Storing application access
  • Static web hosting
  • Backup and disaster recovery
  • Staging area for Big data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

EBS Storage Option Types

A
  • SDD - Used for 2nd Volume, high perf.

- HDD (Magnetic) - Used for log, low perf.

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

EBS Data Snapshots are created for

A
  • To share encrypted snapshot
  • To archive
  • To copy to a different instance & recreate a volume
How well did you know this?
1
Not at all
2
3
4
5
Perfectly