iwantcoding.com
🔥 Daily 👥 Rooms 🏆 Top Log in Sign up

6.1 Cloud Fundamentals

Cloud computing delivers compute, storage, and network as on-demand services over a network. The textbook covers the NIST definition, deployment models, and the public-private-hybrid spectrum.

6.1 Fundamentals of Cloud Computing

The NIST 800-145 definition - five essential characteristics

#CharacteristicWhat it means
1On-demand self-serviceProvision via portal or API
2Broad network accessReachable via standard networks
3Resource poolingMulti-tenancy with isolation
4Rapid elasticityScale up and down quickly
5Measured servicePay-per-use; metered

If you have all five, it is cloud. If you have a server with web-based provisioning, you have a portal, not a cloud.

Deployment models

ModelDescriptionExample
PublicShared multi-tenantAWS, Azure, GCP, OCI
PrivateDedicated to one organisationOpenStack, vSphere
HybridPrivate + public; bursting + sovereigntyMany PH banks
CommunityShared by an industry (govcloud)Public sector
MultiMultiple public cloudsAvoid lock-in

Service models (covered in 6.2)

ModelYou manageProvider manages
IaaSOS + app + dataHardware + network
PaaSApp + data + configUp to runtime
SaaSData + config onlyWhole application

Worked example - small bank workload split

WorkloadWhere
Mobile banking front-endPublic cloud (AWS / Azure SEA)
Core bankingPrivate DC (BSP-supervised)
Productivity (M365)SaaS
CRM (Salesforce)SaaS
Replication on-prem -> publicHybrid: IPsec + Direct Link

Common pitfalls

PitfallResult
Cloud-as-cheap-on-premPay for unused capacity 24x7
No tagging / showbackFinance cannot allocate cost
Single-cloud lock-inEgress fees explode at exit
Sovereignty ignoredRA 10173 + BSP enforcement risk
Mentor’s tip: NIST five characteristics is the test. Public + private + SaaS is the realistic shape for most Philippine enterprises. Tagging, sovereignty, and exit cost are the EA-level decisions you make before the first workload moves.

Test yourself

Q1. Managed Kubernetes (EKS/GKE) is closest to:
Q2. Renting a bare VM in the cloud is:
Q3. Gmail for business is a canonical example of:
Q4. A key advantage of the cloud is:
Q5. The shared-responsibility model in cloud says:

Discussion

Loading…