By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Cloud computing is the on-demand delivery of computing resources (servers, storage, databases, networking, software) over the internet, eliminating the need for physical infrastructure. For PMs, it’s the backbone of scalable, cost-efficient, and flexible product development—enabling rapid iteration, global reach, and pay-as-you-go pricing. Example: Slack migrated from on-premise servers to AWS to handle millions of concurrent users, reducing latency and improving reliability. Without cloud fundamentals, PMs risk over-engineering, underestimating costs, or missing opportunities to leverage managed services (e.g., AWS Lambda for serverless functions).
Example: AWS EC2, Azure Virtual Machines, Google Compute Engine.
PaaS (Platform as a Service)
Example: Heroku, Google App Engine, AWS Elastic Beanstalk.
SaaS (Software as a Service)
Example: Salesforce, Dropbox, Zoom.
Serverless Computing
Use Case: Processing file uploads (e.g., resizing images when a user uploads to a SaaS app).
CAPEX vs. OPEX
OPEX (Operational Expenditure): Recurring cloud costs (e.g., AWS bills). Cloud shifts spending from CAPEX to OPEX.
Shared Responsibility Model
Trap: Assuming the cloud provider handles all security (e.g., misconfigured S3 buckets leaking data).
Multi-Cloud vs. Hybrid Cloud
Hybrid Cloud: Mixing on-premise infrastructure with cloud (e.g., sensitive data on-prem, scalable apps in the cloud).
Cost Optimization Formula (Cloud Unit Economics)
Use Case: Justify cloud costs to finance teams or prioritize cost-saving features (e.g., auto-scaling).
Well-Architected Framework (AWS/GCP/Azure)
5 Pillars (AWS):
SLOs (Service Level Objectives) & SLAs (Service Level Agreements)
Cloud Migration Strategies (6 R’s)
Cloud Pricing Models
How to Apply Cloud Knowledge in a Product Scenario Example: Your startup wants to launch a new AI-powered feature (e.g., real-time document translation) but needs to scale globally while controlling costs.
Actions:
Choose the Right Cloud Service Model
Example: For the translation feature, use PaaS (AWS Lambda + API Gateway) for serverless scaling.
Design for Scalability & Cost Efficiency
Implement Security & Compliance
Monitor & Optimize
Plan for Failure
Correction: Cloud has soft limits (e.g., AWS Lambda has a 15-minute timeout, 10GB memory). Design for throttling (e.g., queue requests with SQS) and cost spikes (e.g., set budget alerts).
Mistake: Ignoring data egress costs (e.g., "We’ll just move data between AWS and GCP for free!").
Correction: Cloud providers charge $0.01–$0.12/GB for data leaving their network. Minimize cross-cloud transfers or use multi-cloud CDNs (e.g., Cloudflare).
Mistake: Over-provisioning resources (e.g., "Let’s use a 32-core EC2 instance just in case!").
Correction: Start with small instances and use auto-scaling. Use AWS Compute Optimizer to right-size resources.
Mistake: Treating cloud costs as "someone else’s problem" (e.g., "Engineering handles the AWS bill").
Correction: PMs must own cloud unit economics. Track cost per user and cost per feature to justify spend to finance teams.
Mistake: Not designing for failure (e.g., "Our app is 100% reliable because it’s in the cloud!").
Why It Matters: Wrong choice leads to technical debt (e.g., building on IaaS when PaaS would suffice) or vendor lock-in (e.g., SaaS with no export options).
Cost Trade-offs: On-Demand vs. Reserved Instances
Trap: RIs are non-refundable—if your app pivots, you’re stuck paying for unused capacity.
Vendor Lock-in: Multi-Cloud vs. Single Cloud
Rule of Thumb: Start with one cloud, but design for portability (e.g., use Terraform for infrastructure-as-code).
Security: Shared Responsibility Model
Why: You need low-level control over GPU resources, which SaaS doesn’t provide.
Scenario: Your cloud bill spiked 300% this month. What’s the first thing you check?
Why: Cost spikes are usually due to zombie resources (unused but still running) or unexpected traffic (e.g., a DDoS attack).
Scenario: Your app’s latency is high in Asia. How do you fix it?
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.