Phase 38 modules

Compute

Three compute paradigms: virtual machines with EC2, serverless functions with Lambda, and containers with ECS and EKS. Learn when to use each.

Modules in This Phase

Module 13

Module 13: EC2 Fundamentals

EC2 is the most widely used AWS service. Full stop. It launched in 2006 as the first major AWS offering and remains the foundation for understanding every other compute model on the platform. When you use Lambda, a container runs on EC2 underneath. When you deploy to ECS or EKS, those tasks schedule

Lesson Lab Quiz Resources
Module 14

Module 14: EC2 Storage

Storage is where your data lives. Every application running on EC2 reads from and writes to some form of storage, whether it is the root volume holding the operating system, a database writing transaction logs, or an analytics engine processing terabytes of event data. Choosing the wrong volume type

Lesson Lab Quiz Resources
Module 15

Module 15: EC2 Scaling & Availability

A single EC2 instance is a single point of failure. One hardware fault, one kernel panic, one misconfigured deployment, and your application is offline. Manual intervention takes time. The person who can fix it might be asleep.

Lesson Lab Quiz Resources
Module 16

Module 16: EC2 Pricing & Optimization

Compute is typically the largest line item on an AWS bill. For most organizations, EC2 instances account for 40-60% of total monthly spend. The difference between paying On-Demand rates for everything and applying an intelligent pricing strategy is not 5-10%. It is 40-70%. That gap represents hundre

Lesson Lab Quiz Resources
Module 17

Module 17: Serverless Compute with AWS Lambda

Lambda changes the economics and operational model of compute entirely. You stop paying for idle. You stop managing servers. You start thinking in events.

Lesson Lab Quiz Resources
Module 18

Module 18: Container Fundamentals

Every major deployment failure shares a common ancestor: something was different between the developer's machine and the production environment. A library version, an OS patch, a configuration file, a system dependency. The application worked perfectly in development and exploded in production becau

Lesson Lab Quiz Resources
Module 19

Module 19: Container Orchestration with Amazon ECS

Building a container image and running it locally is straightforward. Running one hundred containers across multiple Availability Zones, replacing failed instances, rolling out new versions without dropping requests, injecting secrets, collecting logs, and scaling in response to demand is a fundamen

Lesson Lab Quiz Resources
Module 20

Module 20: Kubernetes on AWS with Amazon EKS

Kubernetes is the industry standard for container orchestration beyond any single cloud provider. If your organization operates across multiple clouds, contributes to the CNCF ecosystem, or needs access to the thousands of tools built for Kubernetes (service meshes, GitOps controllers, policy engine

Lesson Lab Quiz Resources

Phase 3 Exam

Test your knowledge of all 8 modules in this phase. 25 questions, 70% required to pass.

60–90 minutes25 questions70% passing
Take the Exam