Amazon EKS · Example Payload

Eks Openapi Create Nodegroup Request Example

Container OrchestrationContainersEKSKubernetes

Eks Openapi Create Nodegroup Request Example is an example object payload from Amazon EKS, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nodegroupNamenodeRolesubnets

Example Payload

Raw ↑
{
  "nodegroupName": "example-resource-name",
  "nodeRole": "arn:aws:iam::123456789012:role/ExampleRole",
  "subnets": [
    "example-string-value"
  ]
}