EC2 Instance Storage Flashcards

1
Q

EBS Volume (Elastic Block Store)

A

a network drive you can attach to your instances while they run that allows your instances to persist data, even after their termination

can only be mounted to one instance at a time (at the CCP level) and are bound to a specific AZ

*like a network USB stick, may have latency

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

EBS Delete on Termination Attribute

A

controls EBS behavior when EC2 instance terminates

by default, the root EBS Volume is deleted (attribute = enabled) and any other EBS Volume is not deleted (attribute = disabled)

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

EBS Use Case

A

to preserve root volume when instance is terminated; can be controlled by AWS Management Console / CLI

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

EBS Snapshots

A

make a backup of your EBS Volume at a point in time

not necessary to detach Volume to do Snapshot, but recommended

can copy Snapshots across AZ / regions

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

EBS Snapshot Archive

A

a feature of EBS Volumes, moves a Snapshot to an “archive tier” that is 75% cheapr

takes within 24-72 hours to restore archive

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

EBS Snapshot Recycle Bins

A

setup rules to retain deleted Snapshots so you can recover them after an accidental deletion

must specify retention (1 day - 1 year)

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

AMI (Amazon Machine Image)

A

a customization of an EC2 instance where you can add your software, config, or monitoring

faster boot/config time because all your software is pre-packaged

are built for specific regions (and can be copied across regions)

public AMI, your own AMI, AWS Marketplace AMI

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

AMI Process

A
  1. start EC2 instance and customize it
  2. stop the instance (for data integrity)
  3. build AMI - this will also create EBS Snapshots
  4. launch instances from other AMIs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

EC2 Image Builder

A

used to automate creation of virtual machines or container images

can run on a schedule (weekly, whenever policy is changed, etc.)

free service (only pay for underlying resources)

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

EC2 Instance Store

A

high performance hardware disk, better I/O performance, good for buffer, cache, scratch data, temp content

lose storage if stopped (ephemeral) => risk data loss if hardware fails

responsibilities: backups

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

EFS (Elastic File System)

A

a managed NFS (Network File System) that can be mounted on hundreds of EC2 (shared NFS)

works only with Linux EC2 instances in multi-AZ

highly available, scalable, expensive (3x gp2), pay per use, no capacity planning

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

EFS - IA (Infrequent Access)

A

storage class that is cost optimized for files not accessed everyday, enabled with LifeCycle Policy. EFS will automatically move your files to EFS - IA based on the last time they were accessed; transparent to apps accessing EFS

ex: move files unaccessed for 60 days to EFS - IA

up to 92% lower cost compare to EFS Standard

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

FSx Windows File Server

A

fully managed + reliable + scalable Windows native shared file system, built on Windows File Server

can be accessed from AWS or on-premised infastructure

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

FSx for Lustre

A

high performance + scalable file storage for High Performance Computing (HPC) for Linux + Cluster servers

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

Shared Responsibility Model

A

AWS: infra, replication for data for EBS volume + EFS drives, replace faulty hardware, ensuring their employees cannot access your data

Customer: set up backups / Snapshots, set up data encryption, data on the drives, know risk of using EC2 Instance Stores

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