View a markdown version of this page

AWS::EKS::Cluster ScoringStrategy - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::EKS::Cluster ScoringStrategy

The scoring strategy configuration for the NodeResourcesFit scheduler plugin.

Syntax

To declare this entity in your Amazon 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