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:- ResourceWeightType:String
Properties
Resources-
The resource weights used for scoring nodes.
Required: No
Type: Array of ResourceWeight
Maximum:
100Update requires: No interruption
Type-
The scoring strategy type. Valid values are
LeastAllocatedorMostAllocated.Required: No
Type: String
Allowed values:
LeastAllocated | MostAllocatedUpdate requires: No interruption