EC2 Instance Storage Flashcards

1
Q

Which EC2 Storage would you use to create a shared network file system for your EC2 Instances?

a) EBS Volume
b) EC2 Instance Store
c) EBS Snapshots
d) EFS

A

d) EFS

Amazon EFS is a fully managed service that makes it easy to set up, scale, and cost-optimize file storage in the Amazon Cloud.

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

What are AMIs NOT used for?

a) Add your own software license
b) Add your own configuration
c) Add your own operating system
d) Add your own IP address

A

d) Add your own IP address

You cannot use AMIs to add your IP addresses. IP addresses are added to an instance as you create it.

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

EBS Volumes CANNOT be attached to multiple EC2 instances at a time.

True or False

A

True

EBS Volumes can be attached to only one EC2 Instance at a time, but EC2 Instances can have multiple EBS Volumes attached to them.

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

An EBS Volume is a network drive you can attach to your instances while they run, so your instances’ data persist even after their termination.

True or False

A

True

EBS Volumes allows instances’ data to persist even after their termination.

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

Which statement is CORRECT regarding EC2 Instance Store?

a) It is not good to use as a disk to cache content
b) It has better I/O performance, but the data is lost if the EC2 instance is terminated
c) Your data is always safe with EC2 instance store

A

b) It has better I/O performance, but the data is lost if the EC2 instance is terminated

EC2 Instance Store has better I/O performance, but data is lost if: the EC2 instance is stopped or terminated, or when the underlying disk drive fails.

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

What is an EBS Snapshot?

a) The operating-system on an EC2 Instance
b) A backup of your EBS Volume at a point in time
c) The amount of CPU and RAM of an EC2 Instance

A

b) A backup of your EBS Volume at a point in time

EBS Snapshots are used to backup data on your EBS Volumes at a point in time.

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

Where can you find a third party’s AMI so you can use it to launch your EC2 Instance?

a) Public AMIs
b) My own AMIs
c) AWS Marketplace AMIs

A

c) AWS Marketplace AMIs

You can use AWS Marketplace AMIs to use someone else’s AMI.

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

What is an EBS Volume tied to?

a) A region
b) A data center
c) An edge location
d) An availability zone

A

d) An availability zone

EBS Volumes are tied to only one availability zone.

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

Are AMIs built for a specific region?

True or False

A

True

AMIs are built for a specific region but also can be copied across regions.

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

What is an EC2 Instance Store and why would you used it?

A

An EC2 Instance Store is a high-performace hardware disk (a real one attached to an EC2) because it has better I/O performance.

As this EC2 lose its data when the EC2 instance is stopped or terminated it could be only used as a buffer, a cache, for scratched data or temporary content.

There is always a riks of lossing data if hardware fails, so the backups and replication are fully customer’s responsibility.

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

Is it possible to use EFS for Windows EC2 instances?

A

NO,

EFS only works on Linux instances in an multi-AZ also.

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