2.0 - Storage, Networking, and Databases Flashcards
(40 cards)
EBS stands for…
Elastic Block Store - storage for directly-attached EC2 systems
Um…ERP?
Enterprise Resource Planning
CRM stands for…
Customer Relationship Management
EFS stands for…
Elastic File System - scalable across multiple EC2 instances
Instance Stores differ from EFS how?
Instance Stores are temporary, but offer high I/O and come at no cost with an EC2 instance
S3 stands for…
Simple Storage Service, universally accessible
Standard, Intelligent-Tiering, Standard-Infrequent Access, One Zone-Infrequent Access, Glacier Instant, Glacier Flexible, and Glacier Deep Archive are all types of…
S3 storage classes
True or false: Standard-Infrequent Access has a retrieval fee.
True
What feature allows you to move objects in an S3 bucket from one storage class to another?
Lifecycle policy
True or false: S3 bucket names must be globally unique.
True
Versioning is…
the ability to revert to a previous version of an object in an S3 bucket
FSx is…
Fully managed Windows file system
What happens to data in an EBS if its companion EC2 instance is stopped?
The data remains intact
EBS comes in two flavors:
SSD (faster, more expensive, high IOPS)
HDD (slower, cheaper, higher throughput)
EBS SSD comes in two flavors:
General Purpose SSD (gp3, gp2, 16k max IOPS, no multi-attach)
Provisioned IOPS SSD (io2, io1, 64k-256k IOPS, multi-attach supported)
io2 or io1 max IOPS is…
64k
io2 block express max IOPS is…
256k
EBS HDD comes in two flavors:
Throughput Optimized HDD (st1, 500 max IOPS, 500 MiB/s max throughput)
Cold HDD Volume (sc1, lowest storage cost, 250 max IOPS, 250 MiB/s max throughput)
True or false: EBS HDD supports multi-attach.
False
What does Storage Gateway do?
Connects on-prem databases to AWS cloud infrastructure - a hybrid storage service.
What Storage Gateway type is used for storing data in cloud-native formats?
S3 File Gateway
What Storage Gateway type can be either block storage volumes, or cached volumes?
Volume Gateway
What does the Storage Gateway type “Tape Gateway” do?
Provides archiving functions
What does the Storage Gateway type “FSx File Gateway” do?
Extends on-prem Windows file systems to AWS