From 26966c76b408e7af5d00e80810180d29e8b7cb3e Mon Sep 17 00:00:00 2001 From: Parker Timmerman Date: Mon, 16 Sep 2024 17:49:32 -0400 Subject: [PATCH] start, add r8g to the UsingArmInstances logic --- templates/aws-stack.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/aws-stack.yml b/templates/aws-stack.yml index f241162ac..46b92815c 100644 --- a/templates/aws-stack.yml +++ b/templates/aws-stack.yml @@ -804,6 +804,7 @@ Conditions: - !Equals [ !Select [ 0, !Split [ ".", !Ref InstanceTypes ] ], "r6gd" ] - !Equals [ !Select [ 0, !Split [ ".", !Ref InstanceTypes ] ], "r7g" ] - !Equals [ !Select [ 0, !Split [ ".", !Ref InstanceTypes ] ], "r7gd" ] + - !Equals [ !Select [ 0, !Split [ ".", !Ref InstanceTypes ] ], "r8g" ] - !Equals [ !Select [ 0, !Split [ ".", !Ref InstanceTypes ] ], "t4g" ] - !Equals [ !Select [ 0, !Split [ ".", !Ref InstanceTypes ] ], "x2gd" ]