YAML

Cloud Deployment Models - YAML

Cloud deployment models are classifications defined in NIST SP 800-145 that indicate how cloud computing infrastructure is operated. There are four basic models - Public Cloud, Private Cloud, Community Cloud, and Hybrid Cloud - along with a derivative model called Multi-Cloud. Each model is classified based on differences in infrastructure ownership, users, and operational methods, and is selected according to an organization's security requirements, cost structure, and compliance needs. These models serve as an important foundation for standardizing cloud computing and formulating organizational cloud strategies.

cloud computing NIST public cloud private cloud hybrid cloud multi-cloud IT infrastructure
- code: "1"
  slug: "public-cloud"
  name: "Public Cloud"
  description: "Cloud infrastructure provisioned for open use by the general public."
  providerExamples:
    - "AWS"
    - "Microsoft Azure"
    - "Google Cloud Platform"
    - "Oracle Cloud"
    - "IBM Cloud"
  keyCharacteristics:
    - "Pay-as-you-go pricing"
    - "High scalability"
    - "Shared infrastructure"
    - "Minimal management overhead"
- code: "2"
  slug: "private-cloud"
  name: "Private Cloud"
  description: "Cloud infrastructure provisioned for exclusive use by a single organization."
  deploymentOptions:
    - "On-premises"
    - "Hosted (third-party operated)"
    - "Managed private cloud"
  keyCharacteristics:
    - "Dedicated infrastructure"
    - "Complete control"
    - "Enhanced security"
    - "Customizable"
- code: "3"
  slug: "community-cloud"
  name: "Community Cloud"
  description: "Cloud infrastructure provisioned for exclusive use by a specific community of consumers."
  useCases:
    - "Electronic medical record sharing among healthcare providers"
    - "Joint government agency systems"
    - "Research institution data sharing"
    - "Financial industry common infrastructure"
  keyCharacteristics:
    - "Community dedicated"
    - "Cost sharing"
    - "Industry-specific"
    - "Collaborative operation"
- code: "4"
  slug: "hybrid-cloud"
  name: "Hybrid Cloud"
  description: "Composition of two or more distinct cloud infrastructures bound together."
  keyCapabilities:
    - "Cloud bursting"
    - "Data portability"
    - "Disaster recovery"
    - "Flexible workload placement"
  keyCharacteristics:
    - "Multiple environment integration"
    - "Flexibility"
    - "Balance of security and scalability"
    - "Complex management"
- code: "5"
  slug: "multi-cloud"
  name: "Multi-Cloud"
  description: "Using cloud services from two or more cloud providers simultaneously."
  advantages:
    - "Avoid vendor lock-in"
    - "Best-of-breed services"
    - "Geographic redundancy"
    - "Improved negotiation leverage"
  keyCharacteristics:
    - "Multiple providers"
    - "Strategic distribution"
    - "High availability"
    - "Complex operations management"