Cloud Concepts and the Well-Architected Framework
This chapter introduces what cloud computing is and why organizations adopt it. You will learn the core value propositions of the AWS Cloud, the difference between capital and operating expenses, and the benefits of elasticity, scalability, and agility. It also covers cloud deployment and service models and the six pillars of the AWS Well-Architected Framework that guide sound design.
The value proposition of cloud computing
Cloud computing delivers IT resources on demand over the internet with pay-as-you-go pricing. Instead of buying and maintaining physical data centers, organizations rent compute, storage, and networking as they need it. This shifts spending from large upfront investments to variable costs that track actual usage.
Elasticity, scalability, and agility
A defining strength of the cloud is the ability to change the amount of resources quickly. Elasticity adds and removes capacity automatically to match demand, scalability lets a system grow to handle load, and agility lets teams obtain resources in minutes to experiment and innovate.
Deployment and service models
Workloads can run entirely in the cloud, entirely on-premises, or in a hybrid combination. Cloud services are also categorized by how much the provider manages, from infrastructure building blocks to complete applications.
The six pillars of the Well-Architected Framework
The AWS Well-Architected Framework describes best practices for building secure, high-performing, resilient, and efficient workloads. It is organized into six pillars that help teams evaluate architectures and make informed trade-offs.
Reliability and resilience concepts
Cloud architectures are designed to keep running despite failures. Understanding availability, fault tolerance, and loose coupling helps you build systems that remain dependable under stress.
Last updated: July 2026