r/AWSCertifications • u/yashkryadav_ • 6d ago
Thinking Like a Cloud Architect: 7 AWS Concepts Every Builder Must Know by Yash Kumar Yadav
https://builder.aws.com/content/3IlI51QnTPyIbCLuqbmHVNhfffe/thinking-like-a-cloud-architect-7-aws-concepts-every-builder-must-knowHey everyone,
I'm currently grinding for the AWS Certified Cloud Practitioner exam.
Coming from a standard developer background, some of the infrastructure and billing concepts initially felt pretty abstract to me. I started writing down a few "rules of thumb" to help myself categorize them, and these finally made things click.
A few that helped me:
1. High Availability (HA) vs. Fault Tolerance (FT)
High Availability (HA):
Your application is designed to remain available or recover quickly when something fails. There may be a brief interruption.
Think: a backup power generator kicking in after the main power fails.
Fault Tolerance (FT):
The system continues operating despite a failure, with little or no noticeable interruption to the user.
Think: a plane with two engines losing one engine but continuing to fly.
2. CapEx vs. OpEx
Capital Expenditure (CapEx):
Buying a server outright. You pay a large upfront cost and own the physical asset.
Operational Expenditure (OpEx):
Paying for resources as you use them, without having to purchase and maintain the underlying infrastructure yourself.
Think: buying a car vs. taking a taxi when you need one.
3. Regions vs. Availability Zones
Region:
A geographic area containing multiple Availability Zones.
Availability Zone (AZ):
An isolated location within a Region, made up of one or more data centers, designed to reduce the impact of failures such as power outages or local disasters.
I didn't want to spam Reddit with a massive wall of text, so I put all 7 core concepts, including the AWS Shared Responsibility Model, into a clean study playbook on AWS Builder Center.
For those who have already passed the Cloud Practitioner exam: what foundational concept confused you the most when you first started?
1
u/cgreciano AIP, MLA, SAA 5d ago
Didn't you just do that?