class Aws::EKS::Types::Nodegroup

An object representing an Amazon EKS managed node group.

@!attribute [rw] nodegroup_name

The name associated with an Amazon EKS managed node group.
@return [String]

@!attribute [rw] nodegroup_arn

The Amazon Resource Name (ARN) associated with the managed node
group.
@return [String]

@!attribute [rw] cluster_name

The name of the cluster that the managed node group resides in.
@return [String]

@!attribute [rw] version

The Kubernetes version of the managed node group.
@return [String]

@!attribute [rw] release_version

If the node group was deployed using a launch template with a custom
AMI, then this is the AMI ID that was specified in the launch
template. For node groups that weren't deployed using a launch
template, this is the version of the Amazon EKS optimized AMI that
the node group was deployed with.
@return [String]

@!attribute [rw] created_at

The Unix epoch timestamp in seconds for when the managed node group
was created.
@return [Time]

@!attribute [rw] modified_at

The Unix epoch timestamp in seconds for when the managed node group
was last modified.
@return [Time]

@!attribute [rw] status

The current status of the managed node group.
@return [String]

@!attribute [rw] capacity_type

The capacity type of your managed node group.
@return [String]

@!attribute [rw] scaling_config

The scaling configuration details for the Auto Scaling group that is
associated with your node group.
@return [Types::NodegroupScalingConfig]

@!attribute [rw] instance_types

If the node group wasn't deployed with a launch template, then this
is the instance type that is associated with the node group. If the
node group was deployed with a launch template, then this is `null`.
@return [Array<String>]

@!attribute [rw] subnets

The subnets that were specified for the Auto Scaling group that is
associated with your node group.
@return [Array<String>]

@!attribute [rw] remote_access

If the node group wasn't deployed with a launch template, then this
is the remote access configuration that is associated with the node
group. If the node group was deployed with a launch template, then
this is `null`.
@return [Types::RemoteAccessConfig]

@!attribute [rw] ami_type

If the node group was deployed using a launch template with a custom
AMI, then this is `CUSTOM`. For node groups that weren't deployed
using a launch template, this is the AMI type that was specified in
the node group configuration.
@return [String]

@!attribute [rw] node_role

The IAM role associated with your node group. The Amazon EKS node
`kubelet` daemon makes calls to Amazon Web Services APIs on your
behalf. Nodes receive permissions for these API calls through an IAM
instance profile and associated policies.
@return [String]

@!attribute [rw] labels

The Kubernetes labels applied to the nodes in the node group.

<note markdown="1"> Only labels that are applied with the Amazon EKS API are shown here.
There may be other Kubernetes labels applied to the nodes in this
group.

 </note>
@return [Hash<String,String>]

@!attribute [rw] taints

The Kubernetes taints to be applied to the nodes in the node group
when they are created. Effect is one of `No_Schedule`,
`Prefer_No_Schedule`, or `No_Execute`. Kubernetes taints can be used
together with tolerations to control how workloads are scheduled to
your nodes.
@return [Array<Types::Taint>]

@!attribute [rw] resources

The resources associated with the node group, such as Auto Scaling
groups and security groups for remote access.
@return [Types::NodegroupResources]

@!attribute [rw] disk_size

If the node group wasn't deployed with a launch template, then this
is the disk size in the node group configuration. If the node group
was deployed with a launch template, then this is `null`.
@return [Integer]

@!attribute [rw] health

The health status of the node group. If there are issues with your
node group's health, they are listed here.
@return [Types::NodegroupHealth]

@!attribute [rw] update_config

The node group update configuration.
@return [Types::NodegroupUpdateConfig]

@!attribute [rw] launch_template

If a launch template was used to create the node group, then this is
the launch template that was used.
@return [Types::LaunchTemplateSpecification]

@!attribute [rw] tags

The metadata applied to the node group to assist with categorization
and organization. Each tag consists of a key and an optional value,
both of which you define. Node group tags do not propagate to any
other resources associated with the node group, such as the Amazon
EC2 instances or subnets.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/Nodegroup AWS API Documentation

Constants

SENSITIVE