List the 4 Pricing Options for EC2 Instances Most expensive to Least expensive
(1) Dedicated Host
(2) On-Demand
(3) Reserved
(4) Spot
What is the use case for On Demand EC2 Instances
What is the use case for Reserved EC2 Instances
A variation on on-demand where you sign a contract for 1-3 years to get big discounts
You pay less the more you pay upfront, and the longer the term
What is the use case for Spot EC2 Instances? How does it work?
What is the use case for Dedicated Host EC2 Instances
Physical EC2 Instance for your own use. Typically used for hardware bound licenses.
What is different about a convertible reserved instance?
Cheaper than on demand, more expensive than reserved instances. Allows you to change the class of the EC2 instance.
What is the preferred method for granting access to AWS resources to your EC2 Instance
What is a bootstrap script used for?
Runs with root access, runs commands in your EC2 instance when starting.
Are security groups open or closed by default?
What is user data vs metadata?
User data is the startup script. Metadata is the data about the server. Both can be accessed with a specific URL to the EC2 instance.
http://169.254.169.254/latest/meta-data
What are the networking options with EC2 ordered from least to most performant?
(1) ENI - elastic Network Interface
(2) EN = Enhanced Network
(3) EFA - Elastic Fabric Adapter
What is the use case for ENI (Elastic Network Interface)
What is the use case for EN (Enhanced Networking)? What are the two types of EN?
What is the use case for EFA and what does it stand for?
What are the types of EC2 Placement Groups
Describe an EC2 “Cluster” placement group and its use case
Describe an EC2 “Spread” placement group and its use case? Whats the max number of instances in a Spread placement group?
Describe an EC2 “Partition” placement group and its use case

What is a “Spot Block”? How long can it last? Why would you use it?
This is when you set a Spot instance to not be terminated when its price exceeds your desired spot price for
How do you terminate a Spot Instance with a persistent spot request? Why would you do it this way?
What is an EC2 Spot Fleet?
What is the most popular strategy options for Spot Fleet pools?
How many EC2 Instances are you allowed per region?
What can you do with unneeded reserve instances?