Which EC2 pricing model allows you to request spare capacity at up to 90% off but can be reclaimed by AWS with a 2-minute warning?
Spot Instances
A company has a steady-state workload that must run 24/7 for the next 3 years. Which pricing model offers the best balance of deep discount and capacity guarantee?
Standard Reserved Instances (Zonal)
Which billing option is best for a developer who needs to spin up a server for 2 hours to test a new piece of code?
On-Demand
True or False: Savings Plans apply discounts to EC2 usage as well as AWS Fargate and AWS Lambda.
t
Which EC2 pricing model is required if a software license is tied to physical cores or sockets?
Dedicated Hosts
An organization wants a discount on compute spend but needs the flexibility to switch between EC2 and Fargate across different regions. Which should they choose?
Compute Savings Plans
In the context of EC2 billing, what is the ‘All Upfront’ option associated with?
Reserved Instances (Payment Options)
What is the billing granularity for a Windows EC2 instance?
Per hour
Which term describes the ability of a system to grow over the long term to accommodate more users?
Scalability
Which term describes the ability of a system to automatically grow AND shrink in real-time based on demand?
Elasticity
Upgrading an instance from a ‘t3.micro’ to an ‘m5.large’ is an example of what type of scaling?
Vertical Scaling (Scaling Up)
Adding 10 more identical EC2 instances to a fleet to handle a traffic surge is an example of what type of scaling?
Horizontal Scaling (Scaling Out)
What is the primary disadvantage of Vertical Scaling?
It often requires downtime and has a physical upper limit.
Which AWS service is used to monitor metrics like CPU utilization to trigger an Auto Scaling event?
Amazon CloudWatch
In an Auto Scaling Group, what setting defines the absolute minimum number of instances that must be running at all times?
Minimum Capacity
Which Auto Scaling feature uses Machine Learning to adjust capacity based on historical traffic patterns?
Predictive Scaling
What is the primary benefit of deploying EC2 instances across multiple Availability Zones (AZs)?
High Availability / Fault Tolerance
In an Auto Scaling Group, if an instance fails a health check, what action does the ASG take?
It terminates the unhealthy instance and launches a new one.
Which Auto Scaling setting ensures you do not exceed your company’s budget during a traffic spike?
Maximum Capacity
What is the mechanism that allows a Spot Instance to gracefully save its state before being reclaimed?
Two-minute Interruption Notice
What is the foundational definition of cloud computing?
On-demand delivery of IT resources over the internet with pay-as-you-go pricing.
In the ‘Coffee Shop’ analogy, which component represents the ‘Client’?
The customer (Alan) making the request.
In the client-server model, what are the three essential steps of an interaction?
Request, Validation, and Response.
Which property of cloud computing ensures that you can grow or shrink resource capacity nearly over the network?
Elasticity