Skip to content

Commit

Permalink
scylla.yaml.j2: replace instance type from i3 to i4i
Browse files Browse the repository at this point in the history
Switching to newer instance types with better performance

Fixes: scylladb/scylla-pkg#4322
  • Loading branch information
yaronkaikov committed Sep 10, 2024
1 parent 2a247fa commit 63cf62d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions aws/cloudformation/scylla.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63cf62d

Please sign in to comment.