From 425454f5af1368d44784d751b1a60251bafa9022 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Tue, 16 Apr 2024 11:19:04 -0700 Subject: [PATCH] [IT-3420] remove nano instance type The nano instance type is not adequate for our service catalog instances so lets remove them. Users still have lots of options to use other instances types. --- templates/ec2/sc-ec2-linux-docker-notebook.yaml | 1 - templates/ec2/sc-ec2-linux-docker.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/templates/ec2/sc-ec2-linux-docker-notebook.yaml b/templates/ec2/sc-ec2-linux-docker-notebook.yaml index 409dc51..d7323ac 100644 --- a/templates/ec2/sc-ec2-linux-docker-notebook.yaml +++ b/templates/ec2/sc-ec2-linux-docker-notebook.yaml @@ -55,7 +55,6 @@ Parameters: EC2InstanceType: AllowedValues: - - t3a.nano - t3a.micro - t3a.small - t3a.medium diff --git a/templates/ec2/sc-ec2-linux-docker.yaml b/templates/ec2/sc-ec2-linux-docker.yaml index c215b8e..e1270fb 100644 --- a/templates/ec2/sc-ec2-linux-docker.yaml +++ b/templates/ec2/sc-ec2-linux-docker.yaml @@ -33,7 +33,6 @@ Mappings: Parameters: EC2InstanceType: AllowedValues: - - t3a.nano - t3a.micro - t3a.small - t3a.medium