DevOpsLab

Course3 · DevOps exam scenarios → Cloud platforms

3 · DevOps exam scenarios

Theory · Cloud platforms

17 min · Module 12 · Theory

How to study this topic

  1. Read the theory below (concepts, bullets, and shell/YAML examples).
  2. Try the Exam pool and Book quizzes in this module.
  3. After each quiz, use Show answer on every question to review.

Cloud platforms

AWS, Azure, and GCP offer managed compute, storage, and Kubernetes. Design for multi-AZ resilience; use IAM roles instead of long-lived keys where possible.

Shell, YAML & config examples

# AWS CLI examples
aws sts get-caller-identity
aws s3 ls
aws eks update-kubeconfig --name prod-cluster

Hands-on practice: /lab/

Log in to track progress / take quizzes