From 3a7008d3125c6dac26d7167348bdb1ae096fab92 Mon Sep 17 00:00:00 2001 From: flostahl-aws <162744951+flostahl-aws@users.noreply.github.com> Date: Fri, 3 May 2024 14:32:43 +0200 Subject: [PATCH] Update amazon-eks-nodegroup.yaml Removed option to select P4d instance type as this would not work with 32 EFAs --- 1.architectures/4.amazon-eks/amazon-eks-nodegroup.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/1.architectures/4.amazon-eks/amazon-eks-nodegroup.yaml b/1.architectures/4.amazon-eks/amazon-eks-nodegroup.yaml index 52692711..d8cb3a2f 100644 --- a/1.architectures/4.amazon-eks/amazon-eks-nodegroup.yaml +++ b/1.architectures/4.amazon-eks/amazon-eks-nodegroup.yaml @@ -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": @@ -90,7 +90,6 @@ Parameters: Default: p5.48xlarge AllowedValues: - p5.48xlarge - - p4d.24xlarge Description: EC2 instance type for the node instances NodeVolumeSize: