View a markdown version of this page

AWS::EKS::Cluster ScoringStrategy - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::EKS::Cluster ScoringStrategy

The scoring strategy configuration for the NodeResourcesFit scheduler plugin.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Resources" : [ ResourceWeight, ... ], "Type" : String }

YAML

Resources: - ResourceWeight Type: String

Properties

Resources

The resource weights used for scoring nodes.

Required: No

Type: Array of ResourceWeight

Maximum: 100

Update requires: No interruption

Type

The scoring strategy type. Valid values are LeastAllocated or MostAllocated.

Required: No

Type: String

Allowed values: LeastAllocated | MostAllocated

Update requires: No interruption