Skip to main content

Cloud Provider Study Plans

Eight-week structured labs for AWS, Azure, and GCP IAM, networking, compute, storage, and managed Kubernetes per provider.


Cloud Provider Study Plans

Pick one hyperscaler for eight focused weeks. Multi-cloud fluency comes later depth on one provider transfers faster than shallow tours of three.


Shared foundation (all providers)

Before provider-specific labs, understand:

ConceptWhy it matters
Shared responsibility modelYou own patching, IAM, and data classification
Regions and availability zonesBlast radius and latency
IAM users vs roles vs service accountsNo long-lived admin keys
VPC/VNet and subnetsEvery resource lives in network context
Object storage vs block storageBackup and static asset patterns
Managed KubernetesWhere most platform teams land

Research Core: Cloud Platform · Cloud Security Posture


AWS 8-week plan

WeekTopicLab
1IAM, Organizations, SCPsCreate role with least privilege; deny * actions
2VPC, subnets, security groupsThree-tier VPC diagram implemented
3EC2, ALB, Auto ScalingStateless app behind ALB
4S3, IAM policies, encryptionStatic site + bucket policy
5RDS or DynamoDBApp with managed DB + secret in Secrets Manager
6EKS fundamentalsDeploy sample app; IRSA for pod identity
7CloudWatch, CloudTrailAlert on root login; dashboard for ALB
8CapstoneTerraform module: VPC + EKS + RDS

Cert alignment: Solutions Architect Associate → DevOps Engineer Professional (after experience).


Azure 8-week plan

WeekTopicLab
1Entra ID, RBAC, management groupsCustom role for deploy-only SP
2VNet, NSGs, Azure Firewall basicsHub-spoke sketch
3App Service or AKS introDeploy container from ACR
4Storage accounts, Key VaultEncrypted blob + key rotation plan
5Azure SQL or Cosmos DBConnection via managed identity
6AKS deep diveAzure CNI, workload identity
7Monitor, Log Analytics, Defender for CloudAlert on failed sign-ins
8CapstoneBicep or Terraform: AKS + Key Vault

Cert alignment: AZ-104 (admin) → AZ-400 (DevOps) or SC-200 track for security roles.


GCP 8-week plan

WeekTopicLab
1IAM, org policies, foldersService account with minimal roles
2VPC, firewall rules, Cloud NATPrivate GKE nodes
3Compute Engine or Cloud RunCompare VM vs serverless for same API
4Cloud Storage, CMEK optionVersioned bucket + lifecycle rule
5Cloud SQL or FirestoreApp with connection pooling
6GKE, workload identityDeploy with no JSON keys in cluster
7Cloud Monitoring, Logging, Security Command CenterUptime check + log-based metric
8CapstoneTerraform: VPC + GKE + Cloud SQL

Cert alignment: Associate Cloud Engineer → Professional Cloud Architect or Security Engineer.


Multi-cloud later

After one capstone:

PatternLearn on provider ATransfer to B/C
Identity federationOIDC workload identitySame pattern, different console
IaC modulesTerraform AWS providerAzureRM / Google providers
K8s workloadsHelm chartsLargely portable
Posture toolsNative CSPMThird-party multi-cloud CSPM

Cost discipline

  • Set billing alerts on day one.
  • Tear down capstone resources weekly.
  • Tag everything: owner, env, cost-center.

Next

Map weeks 6–8 to exams in Certification Roadmap.