Basics (from the Certified Cloud Practicioner course) Flashcards
What do SDKs allow you to do?
Access AWS resources using programming languages via your code.
An EBS volume is like:
a) a pen drive
b) physically attached storage
c) drop box (can be used by multiple instances)
a) a pen drive
An EC2 instance store is like:
a) a pen drive
b) physically attached storage
c) drop box (can be used by multiple instances)
b) physically attached storage
Elastic File System (EFS) is like:
a) a pen drive
b) physically attached storage
c) drop box (can be used by multiple instances)
c) drop box (can be used by multiple instances)
Which is the most expensive storage out of:
- EFS
- EC2 instance store
- EBS volume
?
EFS
EFS can only be used by instances with the _____ file system.
Linux
TRUE or FALSE?
An EBS volume can be used across multiple AZs.
FALSE