AWS is a cloud platform, but the useful way to learn it is as a system of accounts and boundaries rather than a catalogue of services. An AWS account is the hard isolation unit: it is where quotas apply, where billing lands, and where a mistake stops. Organizations groups accounts into organisational units, service control policies set the outer limit of what any principal inside them may do, and identity federation decides who arrives in the first place. Almost every serious design decision on AWS is really a decision about which account something belongs in.
Inside an account, three planes matter. Identity — roles, policies, trust relationships, permission boundaries and the difference between what a policy allows and what a session actually gets. Network — VPC subnets, route tables, security groups and network ACLs, NAT and internet gateways, VPC endpoints that keep traffic off the public internet, and the peering or Transit Gateway topology between accounts. And placement — regions and Availability Zones, which determine what survives a failure, and which are also the answer to data-residency questions that Indian financial and healthcare workloads have to satisfy.
The service catalogue then composes on top: EC2 with launch templates and Auto Scaling, S3 with lifecycle and storage classes, RDS, Aurora and DynamoDB, Lambda, SQS, SNS, EventBridge and Step Functions, ECS, Fargate and EKS, and CloudWatch, CloudTrail and Config for evidence of what happened. Teams that run AWS well express all of it as code in CloudFormation or Terraform, tag it so cost can be attributed, and treat the bill as a monitored signal rather than a monthly surprise.
Why this skill matters now
Cloud skill has split into two markets, and they now pay differently. One is building on AWS — knowing which service to use, wiring an application together and getting it running. The other is operating AWS responsibly at organisational scale, and that is where the shortage is.
Three pressures created it. Security expectations rose: an over-permissive role or an open bucket is now a board-level incident rather than a ticket, and permission boundaries, cross-account roles and least-privilege design have become baseline expectations rather than advanced topics. Regulation caught up: workloads handling Indian payment, health or personal data have residency and audit requirements that force explicit region and account choices, so architecture is now partly a compliance exercise. And the money stopped being invisible: after several years of tighter funding and closer scrutiny of GCC budgets, engineering teams are measured on unit cost, which puts Savings Plans, Graviton, storage class transitions, rightsizing and idle-resource cleanup on engineers' backlogs instead of finance's.
The result is that AWS hiring has moved past certification vocabulary. What gets tested in interviews and reviews is whether you can explain blast radius, identity and cost for a design you actually built.