EC2 - Basics Flashcards
What is instance store
Temporary storage
Where do EC2 hosts run (AZ, region, ..?)
Region
What kind of resilience do EC2 instances have
AZ
What are the 2 types of networking for an EC2 instance
Storage & Data
What happens when an EC2 is provisioned to a VPC
Primary ENI is provisioned in the subnet and then mapped to EC2 host
Can instances be in multiple subnets
They can have multiple ENIs in different subnets, as long as they are in the same AZ
Can EC2 instances cross AZs
No, need migration to move
Can EBS Volumes cross AZs
No, need migration to move
What is EC2 good for
Traditional OS+APP compute needed
Long-running compute
Server-style apps
Burst or steady state load
Monolithic app stack
Good default first option
Migrated application workloads or DR