Skip to content

Commit

Permalink
Remove InstancesDistribution from unmanaged nodegroup cfn
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbaker1 committed Jun 12, 2024
1 parent 397dc89 commit 2532b90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,6 @@ Resources:
Properties:
AutoScalingGroupName: !Ref ResourceId
MixedInstancesPolicy:
InstancesDistribution:
OnDemandAllocationStrategy: "prioritized"
LaunchTemplate:
LaunchTemplateSpecification:
LaunchTemplateId: !Ref NodeLaunchTemplate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ Resources:
MinSize: !Ref NodeCount
MaxSize: !Ref NodeCount
MixedInstancesPolicy:
InstancesDistribution:
OnDemandAllocationStrategy: prioritized
OnDemandBaseCapacity: !Ref NodeCount
OnDemandPercentageAboveBaseCapacity: 0
LaunchTemplate:
LaunchTemplateSpecification:
LaunchTemplateId: !Ref NodeLaunchTemplate
Expand Down

0 comments on commit 2532b90

Please sign in to comment.