EC2 Instance Storage Quiz Flashcards
Which EC2 Storage would you use to create a shared network file system for your EC2 instances?
(choose one…)
- EBS Volume
- EC2 Instance Store
- EBS Snapshots
4, EFS
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
What are AMIs NOT used for?
(choose one…)
- Add your own software license
- Add your own configuration
- Add your own operating system
- 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.
Can EBS Volumes be attached to multiple EC2 instances at a time?
NO
EBS Volumes can be attached to only one EC2 instance at a time, but EC2 instances can have multiple EBS Volumes attached to them
An EBS Volume is a network drive you can attach to your instances while they run, so your instances data persist after their termination.
TRUE or FALSE
TRUE
EBS Volumes allows instances’ data to persist even after their termination
Which statement is CORRECT regarding EC2 instance store?
- It is not good to use as a disk to cache content
- It has better I/O performance, but the data is lost if the EC2 instance is terminated
- Your data is always safe with EC2 instance Store
- It has better I/O performance, but the data is lost if the EC2 instance is terminated
What is an EBS Snapshot?
- The operating system on an EC2 Instance
- A backup of your EBS Volume at a point in time
- The amount of CPU and RAM of an EC2 Instance
- 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.
Where can you find a third party’s AMI so you can use it to launch your EC2 Instance?
- Public AMIs
- My own AMIs
- AWS Marketplace AMIs
- AWS Marketplace AMIs
You can use AWS Marketplace AMIs to use someone else’s AMI.
What is an EBS Volume tied to?
- A region
- A data center
- An edge location
- An availability zone
- An availability zone
EBS Volumes are tied to only one availability zone.
Amazon S3 is an example of what type of storage system?
- Object
- Block
- File
- Storage
1.Object
Amazon Simple Storage Service (S3) is an object-based storage system
With Amazon S3, objects are stored in which type of root-level container?
- Folder
- File System
- Bucket
- Region
Bucket
A bucket is the root-level container in Amazon S3. You upload your objects into buckets
Amazon Elastic Block Store (EBS) volumes are stored within which construct?
- Region
- Edge Location
- Snapshot
- AZ
AZ
Amazon EBS volumes are stored with an availability zone.
Which storage service can be used on-premises to access cloud storage?
- S3 Glacier
- Amazon Storage Block
- AWS Storage Gateway
- AWS Hybrid Service
3.AWS Storage Gateway
AWS Storage Gateway is a hybrid cloud storage service that gives you on-premises access to virtually unlimited cloud storage
With default settings, what will happen to a root EBS volume when the Amazon EC2 instance is terminated?
- It will be deleted
- It will be retained
- A snapshot will be retained
- An AMI will be created
- It will be deleted
With default settings an Amazon EBS root volume will be deleted when the instance is terminated
Which Amazon Machine Image can be used to mount an Amazon Elastic File System (EFS) file system?
- Microsoft Windows server 2019 with containers
- Microsoft Windows server 2016 core
- Amazon Linux 2 AMI
- All of the above
3.Amazon Linux 2 AMI
Only Linux AMIs can be used with Amazon EFS
Which storage device is physically attached to the Amazon EC2 host servers?
- Elastic Block Store (EBS)
- Amazon Machine Image (AMI)
- Instance Store Volume
- Elastic Network Adapter
3.Instance Store Volume
Instance store volumes are physically attached to EC2 host servers. They are ephemeral storage which means the data is lost when powered off