From 63cf62d905279033e2a5782dcc36cc71bcdc1bc5 Mon Sep 17 00:00:00 2001 From: Yaron Kaikov Date: Tue, 10 Sep 2024 13:57:04 +0300 Subject: [PATCH] scylla.yaml.j2: replace instance type from `i3` to `i4i` Switching to newer instance types with better performance Fixes: https://github.com/scylladb/scylla-pkg/issues/4322 --- aws/cloudformation/scylla.yaml.j2 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/aws/cloudformation/scylla.yaml.j2 b/aws/cloudformation/scylla.yaml.j2 index 87aa6fc4..2a2a0f83 100644 --- a/aws/cloudformation/scylla.yaml.j2 +++ b/aws/cloudformation/scylla.yaml.j2 @@ -81,15 +81,16 @@ Parameters: {% if 'x86_64' in arch %} InstanceType: Type: String - Default: i3.large + Default: i4i.2xlarge AllowedValues: - - i3.large - - i3.xlarge - - i3.2xlarge - - i3.4xlarge - - i3.8xlarge - - i3.16xlarge - - i3.metal + - i4i.large + - i4i.xlarge + - i4i.2xlarge + - i4i.4xlarge + - i4i.8xlarge + - i4i.16xlarge + - i4i.32xlarge + - i4i.metal - i3en.large - i3en.xlarge - i3en.2xlarge