🖥️

Compute

Running your application's code on AWS — virtual machines (EC2), auto-scaling, load balancing, and serverless functions (Lambda).

1

Load Balancer Types Deep Dive: ALB, NLB & Gateway LB

advanced~2.5hPro

The operational depth behind AWS's three load balancer types — path/host-based routing on ALB, extreme throughput and static IPs on NLB, and transparent traffic inspection with Gateway Load Balancer — and how to choose correctly between them.

2

Auto Scaling Policies Deep Dive: Dynamic, Scheduled & Predictive

advanced~2hPro

The specific scaling policy types and termination behaviors behind an Auto Scaling Group — manual, scheduled, dynamic, and predictive scaling, plus how ASG decides which instance to terminate when scaling in.

3

AWS Step Functions: Serverless Workflow Orchestration

advanced~2hPro

Coordinating multiple Lambda functions and AWS services into a reliable, visual, stateful workflow — retries, error handling, parallel branches, and human-approval steps without custom orchestration code.

4

EC2 Fundamentals

beginner~3hPro

Amazon's core virtual server service — AMIs, instance types, and the purchase options that trade commitment for discount.

5

EC2 Security Groups & Networking

intermediate~2hPro

How traffic to and from an EC2 instance is controlled — Security Groups, public vs private IPs, and the VPC context an instance lives in.

6

Auto Scaling & Elastic Load Balancing

intermediate~2.5hPro

Automatically matching EC2 capacity to real demand, and distributing traffic across that capacity so no single instance is a bottleneck or a single point of failure.

7

AWS Lambda & Serverless

intermediate~2.5hPro

Running code without managing any servers at all — Lambda's execution model, triggers, and when serverless beats EC2.