06 - EC2 Instance Storage

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

1
2
3
4
4

EFS

Which service can be used to automate image management processes?

1
2
3
4
2

EC2 Image Builder

What are AMIs NOT used for?

1
2
3
4
4

Add your own IP addresses

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

1
2
1

True

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.

1
2
1

True

Which statement is CORRECT regarding EC2 Instance Store?

1
2
3
2

It has a better I/O performance, but the data is lost if the EC2 Instance is terminated

What is an EBS Snapshot?

1
2
3
2

A backup of your EBS Volume at a point in time

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

1
2
3
3

AWS Marketplace AMIs

What is an EBS Volume tied to?

1
2
3
4
4

An availability zone

BoolFalse