For the complete documentation index, see llms.txt. This page is also available as Markdown.

cloudSubTypes

Types of cloud computing services.

Examples

enum CloudSubTypes {
  Lambda
  CloudFunction
  ECS
  EKS
  AKS
  GKE
  OpenShift
  EC2
  ComputeEngine
  VirtualMachine
  VM
  Generic
}

Enum values

Enum value
Description

Lambda

AWS Lambda serverless functions

CloudFunction

Google Cloud Functions

ECS

Amazon Elastic Container Service

EKS

Amazon Elastic Kubernetes Service

AKS

Azure Kubernetes Service

GKE

Google Kubernetes Engine

OpenShift

Red Hat OpenShift

EC2

Amazon Elastic Compute Cloud

ComputeEngine

Google Compute Engine

VirtualMachine

Azure Virtual Machine

VM

Generic VM — used for non-K8s VM contexts whose provider does not match a known cloud.

Generic

For Kubernetes Cloud

References

Fields with this object:

Last updated