Section 7: EC2 Instance Store

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

1/42

flashcard set

Earn XP

Description and Tags

Included Sections are EBS Overview,

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

43 Terms

1
New cards

EBS (Elastic Block Store)

is a network drive you can attach to your instances while they run. And it allows your instances to persist data, even AFTER termination.

2
New cards

EBS can only be mounted to one instance at a time

True

3
New cards

EBS are bound to one specific availability zone.

True

4
New cards

EBS Volume uses

the network to communicate the instance since its a network drive and not a physical one, which means there might be a bit of latency.

5
New cards

EBS Delete on Termination Attribute

Controls the EBS behavior when an EC2 instance terminates

6
New cards

By default the root EBS volume is

deleted (attribute enabled)

7
New cards

Use case for EBS Delete on Termination Attribute

preserve root volume when instance is terminated

8
New cards

EBS snapshots

makes a backup (snapshot) of your EBS volume at a point in time. (Can copy snapshots across AZ or Region

9
New cards

EBS Snapshot Archive

moves a snapshot to an “archive tier” that is 75% cheaper

10
New cards

Fast Snapshot Restore (FSR)

Force full initialization of snapshot to have no latency on the first use.

11
New cards

AMI (Amazon Machine Image)

Are a customization of an EC2 instance where you can add your own software, config, OS, and monitoring

12
New cards

AMIs are built for a specific region

True and can be copied across regions

13
New cards

You can launch Ec2 Instances from

-A public AMI: AWS provided
-Your Own AMI: Make and maintain yourself
-An AWS Marketplace AMI: an AMI someone else made

14
New cards

EC2 Instance Store

a high performance hardware disk; good for buffer/cache/scratch data/temporary content.

15
New cards

EC2 Instance Store loses there storage if they are stopped?

True

16
New cards

EBS Volume Types

-General Purpose SSD

-Provisioned IOPS SSD (PIOPS)

-Hard Disk Drives (HDD)

-Throughput Optimized HDD (ST1)

-Cold HDD (SC1)

17
New cards

General Purpose SSD (gp3 & gp2)

Cost-effective storage and low latency. It balances price and performance for a wide variety of workloads.

18
New cards

gp3

can interpedently set the IOPS and throughput

19
New cards

gp2

IOPS and throughput are linked together

20
New cards

Provisioned IOPS

great for databases workloads (sensitive to storage performance and consistency)

21
New cards

Hard Disk Drives (HDD)

cannot be a boot volume

22
New cards

Throughput Optimized HDD (ST1)

low cost HDD volume designed for frequently accessed, throughput-intensive workloads

23
New cards

Cold HDD SC1

Lowest cost HDD volume used for less frequently accessed workloads

24
New cards

EBS Multi-Attach

attaches the same EBS volume to multiple Ec2 Instances in the same AZ (up to 16 instances at a time)

25
New cards

EBS Encryption leverages keys from

KMS (AES-256)

26
New cards

Amazon EFS (Elastic File System)

is a managed network file system that can be mounted on many Ec2 instances. It is compatible with Linux based AMI (not windows)

27
New cards

EFS Scale

1000s of concurrent NFS clients, 10 GB+/s throughput

28
New cards

Performance mode

set an EFS creation time

29
New cards

Throughput mode

-Bursting, Provisioned, Elastic

30
New cards

Bursting

a way for you to have throughput scale with amount of storage your using and going a little over

31
New cards

Provisioned

set your throughput regardless of storage size

32
New cards

Elastic

automatically scales throughput up or down based on workloads (used for unpredictable workloads)

33
New cards

Storage classes

-standard: for frequently accessed files

-Infrequent Access: cost to retrieve files, lower price to store

-Archive: rarely accessed data

34
New cards

Instance store is physically attached to EC2 Instance

true

35
New cards

EC2 Instance store provides best disk I/O performance

true

36
New cards

You have just terminated an EC2 instance in us-east-1a, and its attached EBS volume is now available. Your teammate tries to attach it to an EC2 instance in us-east-1b but he can't. What is a possible cause for this?

EBS volumes are locked to an Availability Zone

37
New cards

Which of the following EBS volume types can be used as boot volumes when you create EC2 instances?

gp2,gp3,io1,io2

38
New cards

You would like to encrypt an unencrypted EBS volume attached to your EC2 instance. What should you do?

Create an EBS snapshot of your EBS volume. Copy the snapshot and tick the option to encrypt the copied snapshot. Then, use the encrypted snapshot to create a new EBS volume.

39
New cards

You have a fleet of EC2 instances distributes across AZs that process a large data set. What do you recommend to make the same data to be accessible as an NFS drive to all of your EC2 instances?

Use EFS

40
New cards

You have launched an EC2 instance with two EBS volumes, Root volume type and the other EBS volume type to store the data. A month later you are planning to terminate the EC2 instance. What's the default behavior that will happen to each EBS volume?

The Root volume type will be deleted and the EBS volume type will not be deleted.

41
New cards

You can use an AMI in N.Virginia Region us-east-1 to launch an EC2 instance in any AWS Region.

False

42
New cards

You would like to have a high-performance local cache for your application hosted on an EC2 instance. You don't mind losing the cache upon the termination of your EC2 instance. Which storage mechanism do you recommend as a Solutions Architect?

Instance Store

43
New cards

You are running a high-performance database that requires an IOPS of 310,000 for its underlying storage. What do you recommend?

Use an Ec2 Instance Store