Scalable Infrastructure website screenshot

Scalable Infrastructure

A subject-matter collection covering APIs, tools, and platforms for building and managing scalable cloud infrastructure. This topic encompasses compute, storage, networking, container orchestration, infrastructure as code (IaC), monitoring, and the major cloud providers (AWS, Azure, GCP, DigitalOcean) that power modern scalable systems.

10 APIs 0 Features
Cloud InfrastructureComputeDevOpsInfrastructure as CodeKubernetesNetworkingScalabilityStorage

APIs

AWS EC2 API

Amazon Elastic Compute Cloud (EC2) provides resizable compute capacity in the cloud. The EC2 API manages instances, AMIs, security groups, VPCs, elastic IP addresses, placement ...

AWS VPC API

Amazon Virtual Private Cloud (VPC) enables launching AWS resources in a logically isolated virtual network. The VPC API manages subnets, route tables, internet gateways, NAT gat...

AWS EKS API

Amazon Elastic Kubernetes Service (EKS) is a managed Kubernetes service. The EKS API manages clusters, node groups, Fargate profiles, add-ons, identity providers, and access ent...

Google Compute Engine API

Google Compute Engine provides virtual machines running in Google's infrastructure. The API manages instances, machine types, disks, snapshots, networks, firewall rules, and man...

Google Kubernetes Engine API

Google Kubernetes Engine (GKE) is a managed, production-ready Kubernetes service with auto-upgrade, auto-repair, cluster autoscaling, Workload Identity, and Autopilot mode. The ...

Azure Resource Manager API

Azure Resource Manager (ARM) is the deployment and management service for Azure. The REST API provides a consistent way to create, update, delete, and manage Azure resources acr...

Azure AKS API

Azure Kubernetes Service (AKS) simplifies deploying, managing, and scaling containerized applications using Kubernetes. The AKS API manages clusters, agent pools, node pools, ma...

DigitalOcean API

DigitalOcean's developer-friendly cloud platform API manages Droplets (VMs), Kubernetes clusters, databases, object storage (Spaces), load balancers, VPCs, firewalls, and app pl...

Terraform Registry API

The Terraform Registry API provides access to infrastructure-as-code (IaC) modules and providers. HashiCorp Terraform is the leading IaC tool for provisioning and managing cloud...

Pulumi Cloud API

Pulumi is a modern infrastructure as code platform that uses general-purpose programming languages (TypeScript, Python, Go, C#, Java, YAML). The Pulumi Cloud API manages stacks,...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Scalable Infrastructure Context

21 classes · 6 properties

JSON-LD

JSON Structure

Example Payloads

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
CNCF Landscape
CNCF Landscape
📰
Blog
Blog
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONLD
JSONLD
🔗
Vocabulary
Vocabulary

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Amazon EC2 API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: EC2
    type: folder
  items:
  - info:
      name: EC2 query API action dispatcher (GET variant)
      type: http
    http:
      method: GET
      url: https://ec2.{region}.amazonaws.com/
      params:
      - name: Action
        value: ''
        type: query
      - name: Version
        value: ''
        type: query
    docs: EC2 query API action dispatcher (GET variant)
  - info:
      name: EC2 query API action dispatcher
      type: http
    http:
      method: POST
      url: https://ec2.{region}.amazonaws.com/
      params:
      - name: Action
        value: ''
        type: query
      - name: Version
        value: ''
        type: query
    docs: 'All EC2 actions are issued as HTTPS GET or POST requests against the

      regional endpoint root, with the `Action` query parameter naming the

      operation. The `Action` parameter enum below lists a representative

      sample of supported operations.

      '
bundled: true