Skip to main content

Menu

LEVEL 0
0/5 XP
HomeAboutTopicsPricingMy VaultStats

Categories

πŸ€– Artificial Intelligence
☁️ Cloud and Infrastructure
πŸ’Ύ Data and Databases
πŸ’Ό Professional Skills
🎯 Programming and Development
πŸ”’ Security and Networking
πŸ“š Specialized Topics
HomeAboutTopicsPricingMy VaultStats
LEVEL 0
0/5 XP
GitHub
Β© 2026 CheatGridβ„’. All rights reserved.
Privacy PolicyTerms of UseAboutContact

Cloud Computing Basics Cheat Sheet

Cloud Computing Basics Cheat Sheet

Back to Cloud Computing
Updated 2026-04-20
Next Topic: Cloud Cost Optimization Strategies Cheat Sheet

Cloud computing is the on-demand delivery of IT resources over the Internet with pay-as-you-go pricing, fundamentally changing how organizations access and manage technology infrastructure. Rather than investing in and maintaining physical data centers, organizations can provision compute, storage, databases, networking, and other services instantly from cloud providers like AWS, Microsoft Azure, and Google Cloud Platform. The key mental model: cloud computing shifts IT from a capital expenditure (buying servers) to an operational expenditure (renting capacity), enabling unprecedented agility, scalability, and cost efficiency while letting teams focus on innovation rather than infrastructure management.

What This Cheat Sheet Covers

This topic spans 15 focused tables and 108 indexed concepts. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.

Table 1: Service ModelsTable 2: Deployment ModelsTable 3: Essential Characteristics (NIST SP 800-145)Table 4: Core BenefitsTable 5: Global InfrastructureTable 6: Computing ResourcesTable 7: Storage ServicesTable 8: Networking ConceptsTable 9: Database ServicesTable 10: Pricing ModelsTable 11: Security and ComplianceTable 12: Migration Strategies (The 7 Rs)Table 13: Management and MonitoringTable 14: Development and DevOpsTable 15: Well-Architected Framework Pillars

Table 1: Service Models

ModelExampleDescription
Infrastructure as a Service (IaaS)
AWS EC2, Azure Virtual Machines, Google Compute Engine
Provides virtualized computing resources over the internet β€” you manage OS, runtime, middleware, and applications while the provider manages physical infrastructure, networking, and storage hardware
Platform as a Service (PaaS)
AWS Elastic Beanstalk, Azure App Service, Google App Engine
Offers a complete development and deployment environment in the cloud β€” handles infrastructure, OS, middleware, and runtime so developers focus solely on code and data
Software as a Service (SaaS)
Microsoft 365, Salesforce, Google Workspace, Dropbox
Delivers fully managed applications over the internet β€” users access via browser with zero infrastructure management, automatic updates, and subscription pricing
Function as a Service (FaaS)
AWS Lambda, Azure Functions, Google Cloud Functions
Enables event-driven code execution without managing servers β€” pay only for actual compute time in milliseconds, with automatic scaling from zero to thousands of concurrent executions
Container as a Service (CaaS)
Amazon ECS, Azure Container Instances, Google Kubernetes Engine
Offers container orchestration and management β€” deploy, scale, and manage containerized applications without managing the underlying infrastructure

More in Cloud Computing

  • Cloud Compute Cheat Sheet
  • Cloud Cost Optimization Strategies Cheat Sheet
  • Amazon Web Services (AWS) - Core Cheat Sheet
  • Cloud Compliance and Governance Cheat Sheet
  • Cloud Migration Cheat Sheet
  • GCP BigQuery Cheat Sheet
View all 40 topics in Cloud Computing