Skip to content

Commit

Permalink
Update amazon-eks-nodegroup.yaml
Browse files Browse the repository at this point in the history
Removed option to select P4d instance type as this would not work with 32 EFAs
  • Loading branch information
flostahl-aws authored and sean-smith committed May 3, 2024
1 parent 5c1846f commit 3a7008d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 1.architectures/4.amazon-eks/amazon-eks-nodegroup.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AWSTemplateFormatVersion: "2010-09-09"

Description: Amazon EKS - Create an unmanaged node group for Capacity Blocks for ML.
Description: Amazon EKS - Create an unmanaged P5 node group for Capacity Blocks for ML.

Metadata:
"AWS::CloudFormation::Interface":
Expand Down Expand Up @@ -90,7 +90,6 @@ Parameters:
Default: p5.48xlarge
AllowedValues:
- p5.48xlarge
- p4d.24xlarge
Description: EC2 instance type for the node instances

NodeVolumeSize:
Expand Down

0 comments on commit 3a7008d

Please sign in to comment.