Quiz - Chapter 7 - EBS and EFS Flashcards
True or False? Amazon Machine Images are Region specific. To use one in another Region, it needs to be explicitly copied there.
TRUE
AMIs are region specific
What type of storage does EFS offer?
FILE
EFS is a file-level storage solution
How do you add more storage to EFS?
No action is needed, as AWS will automatically size EFS based on your usage.
True or False? FSx is designed to be used with Linux EC2 instances.
FALSE
FSx is designed to work with Windows
Why would you consider hibernating an EC2 instance over stopping and starting it?
- You have an application that takes a long time to load.
- Hibernating the instance prevents you from having to reload it.
- Hibernation allows instances to pick up where they left off
True or False? You can create an unencrypted EBS volume from an encrypted snapshot by unselecting the “encryption” check box when restoring it.
FALSE
You can’t unencrypt a volume using this method
What is the purpose of an Amazon Machine Image (AMI)?
It’s a template to create a new EC2 instance from
AMIs are templates for EC2 instances
True or False? EBS volumes are encrypted by default.
FALSE