Computer Pathshalaकंप्यूटर पाठशाला
← All courses
Cloud DevOpsPractitioner

AWS DevOps Bootcamp

EKS · Terraform · ArgoCD · Observability

Weeks
12
Lessons
54
Browser labs
14
Students
Rating
Tuition · INR
7,990
or 3× EMI · UPI accepted
Audit free
Free preview · 2 lessons

Try before you pay.

Two full lessons from AWS DevOps Bootcamp — exact topics, hands-on lab pairings, same depth as the paid course. Watch the videos free; sign up to access labs + the rest of the curriculum.

Video coming soon · subscribe on YouTube to be notified
Lesson 0118 min

AWS account hygiene & landing zone basics

Before you ever push code, your AWS account needs structure — multi-account org, IAM least-privilege, billing alarms, and CloudTrail. We walk through the production pattern we use for every Kalyankari Softnet client.

What this lesson teaches
  • · AWS Organizations + Control Tower vs DIY landing zone
  • · Root account hardening: MFA, hardware key, billing alarms, no daily use
  • · IAM Identity Center (SSO) — why root + IAM users is a 2014 pattern
  • · Service Control Policies that prevent the most common production accidents
  • · Free-tier vs Reserved Instance vs Savings Plan — when each makes sense
● Paired lab

Provision a 3-account AWS organisation with SSO + SCPs in your sandbox.

Sign up free to access lab + sandbox →
Video coming soon · subscribe on YouTube to be notified
Lesson 0222 min

Your first production-grade VPC, in code

Click-ops VPCs work for tutorials. Production needs Terraform, public/private subnets across AZs, NAT cost control, and flow logs. We build one from scratch and explain every choice.

What this lesson teaches
  • · VPC CIDR sizing — why /16 isn't always the right answer
  • · Public vs private vs isolated subnets — three-tier pattern explained
  • · NAT Gateway cost trap and three production-safe alternatives
  • · VPC Flow Logs to S3 + Athena queries for traffic forensics
  • · Terraform module structure — keeping VPCs reusable across environments
● Paired lab

Apply our open-source Terraform VPC module to your sandbox account.

Sign up free to access lab + sandbox →

These are 2 of 54 lessons. Subscribe to @computerpathshala654 for new lessons + course launches. The full 52 remaining lessons are included with cohort enrolment, with a 7-day money-back guarantee.

What you’ll build

10 capstones. Reviewed by senior engineers.

01Build a VPC + EC2 from scratch● Lab
02Containerize a Node app & push to ECR● Lab
03Deploy to EKS with Helm● Lab
04Terraform a 3-tier app● Lab
05GitHub Actions: build → push → deploy● Lab
06Blue-green deploy with Route53● Lab
07Set up Prometheus + Grafana on EKS● Lab
08SLO-based alerting● Lab
09Chaos test with AWS FIS● Lab
10Cost-optimize an EC2 fleet● Lab
Curriculum

54 lessons across 12 weeks

Week 01Foundations & landing zone5 lessons
  • 01AWS account hygiene & landing zone basicsvideo18mFREE
  • 02Your first production-grade VPC, in codevideo22mFREE
  • 03IAM deep dive: roles vs users vs Identity Centervideo20m
  • 04Service Control Policies in productionvideo16m
  • 05Lab: 3-account AWS organisationlab60m
Week 02Compute & containers4 lessons
  • 06EC2 instance families & when to use eachvideo22m
  • 07Auto Scaling Groups + Launch Templatesvideo18m
  • 08ECR + ECS Fargate — the simpler container pathvideo24m
  • 09Lab: deploy a Node app to ECS Fargatelab90m
Week 03Kubernetes on AWS (EKS)5 lessons
  • 10EKS architecture & control plane essentialsvideo25m
  • 11EKS networking — VPC CNI, security groups for podsvideo22m
  • 12IAM Roles for Service Accounts (IRSA)video18m
  • 13Karpenter for node auto-provisioning + Spotvideo20m
  • 14Lab: provision EKS cluster with Terraform + Karpenterlab120m
Week 04Terraform mastery4 lessons
  • 15Terraform state, locking, and remote backendsvideo22m
  • 16Module design — required vs optional varsvideo18m
  • 17terragrunt vs vanilla Terraform — when to use eachvideo16m
  • 18Lab: refactor a 600-line .tf into reusable moduleslab90m
Week 05GitOps with ArgoCD4 lessons
  • 19Why GitOps + how it differs from CI/CD pushvideo18m
  • 20ArgoCD installation + Application bootstrappingvideo22m
  • 21App-of-apps pattern + multi-env promotionvideo20m
  • 22Lab: GitOps-deploy 3 apps to dev/stage/prodlab120m
Week 06Observability & SRE5 lessons
  • 23The three pillars: metrics, logs, tracesvideo16m
  • 24Prometheus + Grafana on EKSvideo24m
  • 25Loki for log aggregation (cheap alternative to ELK)video18m
  • 26OpenTelemetry traces with Tempovideo20m
  • 27SLO design + error budgets in practicevideo22m
Week 07Cost optimization (FinOps)5 lessons
  • 28Reserved Instances vs Savings Plans portfolio strategyvideo22m
  • 29Right-sizing without breaking productionvideo20m
  • 30Storage tiering: S3 Standard → IA → Glaciervideo16m
  • 31NAT Gateway + cross-AZ data transfer auditvideo18m
  • 32Lab: cost optimization audit on your sandboxlab90m
Week 08Security baseline4 lessons
  • 33GuardDuty, Security Hub, and Configvideo20m
  • 34Secrets Manager + Parameter Storevideo16m
  • 35KMS + S3 / EBS encryption patternsvideo18m
  • 36Lab: security baseline checklist for a new accountlab60m
Week 09Disaster recovery + multi-region4 lessons
  • 37RPO/RTO planning — define then designvideo16m
  • 38Cross-region replication (S3, RDS, DynamoDB)video22m
  • 39Route53 failover + health checksvideo18m
  • 40Lab: design + run a DR drill end-to-endlab120m
Week 10Networking deep dive4 lessons
  • 41Transit Gateway vs VPC peering — when eachvideo22m
  • 42PrivateLink + VPC endpoints (cost savings)video18m
  • 43Direct Connect + Site-to-Site VPN basicsvideo20m
  • 44Lab: hub-and-spoke network with Transit Gatewaylab90m
Week 11Database & data platforms5 lessons
  • 45RDS sizing, replicas, and Performance Insightsvideo22m
  • 46Aurora vs vanilla RDS Postgres — tradeoffsvideo18m
  • 47DynamoDB single-table design (when to use it)video24m
  • 48Redshift / Athena for analytics — when eachvideo20m
  • 49Lab: migrate a Postgres workload to Auroralab90m
Week 12Capstone & job-readiness5 lessons
  • 50Building a production-quality CV (capstone repo)reading30m
  • 51AWS Solutions Architect interview prepvideo28m
  • 52Live capstone code review with a senior engineervideo60m
  • 53Capstone: deploy a 3-tier app on EKS with full observabilityproject480m
  • 54Cohort wrap-up + KS hiring pipeline introductionvideo30m
More from Cloud DevOps

Pair it with