AWS EKS

Describe update

Return information about an update of your Amazon EKS cluster, associated managed node group, or Amazon EKS add-on.

Inputs

Field

Type

Description

region [required]

enum

default: us-east-1

clusterName [required]

string

The name of the Amazon EKS cluster associated with the update.

updateId [required]

string

The ID of the update to describe.

nodegroupName

string

The name of the Amazon EKS node group associated with the update. This parameter is required if the update is a node group update.

Outputs

Expand All

Field

Type

Description

update

object

The full description of the specified update.

id

string

A UUID that is used to track the update.

status

string

The current status of the update.

type

string

The type of the update.

params

[object]

A key-value map that contains the parameters associated with the update.

type

string

The keys associated with an update request.

value

string

The value of the keys submitted as part of an update request.

createdAt

date-time

The Unix epoch timestamp at object creation.

errors

[object]

Any errors associated with a Failed update.

errorCode

string

A brief description of the error. SubnetNotFound: We couldn't find one of the subnets associated with the cluster. SecurityGroupNotFound: We couldn't find one of the security groups associated with the cluster. EniLimitReached: You have reached the elastic network interface limit for your account. IpNotAvailable: A subnet associated with the cluster doesn't have any available IP addresses. AccessDenied: You don't have permissions to perform the specified operation. OperationNotPermitted: The service role associated with the cluster doesn't have the required access permissions for Amazon EKS. VpcIdNotFound: We couldn't find the VPC associated with the cluster.

errorMessage

string

A more complete description of the error.

resourceIds

[string]

An optional field that contains the resource IDs associated with the error.

amzRequestId [required]

string