Amazon EKS · Schema

Nodegroup

Nodegroup schema from Amazon EKS API

AWSContainer OrchestrationContainersEKSKubernetes

Properties

Name Type Description
nodegroupName string The name of the managed node group.
nodegroupArn string The Amazon Resource Name (ARN) of the managed node group.
clusterName string The name of the cluster the node group is associated with.
version string The Kubernetes version of the managed node group.
releaseVersion string The AMI version of the managed node group.
status string The current status of the managed node group.
capacityType string The capacity type of the managed node group.
scalingConfig object
instanceTypes array The instance types associated with the managed node group.
subnets array The subnets that were specified for the Auto Scaling group.
amiType string The AMI type associated with the managed node group.
nodeRole string The IAM role associated with the managed node group.
labels object The Kubernetes labels applied to the nodes in the node group.
tags object Metadata that assists with categorization and organization.
createdAt string The Unix epoch timestamp at object creation.
modifiedAt string The Unix epoch timestamp for the last modification.
View JSON Schema on GitHub