cloudSubTypes

Types of cloud computing services.

Examples

enum CloudSubTypes {
  Lambda
  CloudFunction
  ECS
  EKS
  AKS
  GKE
  EC2
  ComputeEngine
}

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

EC2

Amazon Elastic Compute Cloud

ComputeEngine

Google Compute Engine

References

Fields with this object:

Last updated