Skip to content

Commit 2a679d7

Browse files
committed
[PLAT-18781] Add more graviton instance types supported in YBA by default
Summary: Add more graviton instance types supported in YBA by default. Test Plan: manual Reviewers: #yba-api-review!, nbhatia, skurapati, yshchetinin Reviewed By: yshchetinin Subscribers: yugaware Differential Revision: https://phorge.dev.yugabyte.com/D47788
1 parent b6524e7 commit 2a679d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

managed/src/main/java/com/yugabyte/yw/models/InstanceType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class InstanceType extends Model {
7272
"m3.", "c5.", "c5d.", "c4.", "c3.", "i3.", "m4.", "m5.", "m5a.", "m6i.", "m6a.", "m7i.",
7373
"m7a.", "c6i.", "c6a.", "c7a.", "c7i.");
7474
private static final List<String> GRAVITON_AWS_INSTANCE_PREFIXES_SUPPORTED =
75-
ImmutableList.of("m6g.", "c6gd.", "c6g.", "t4g.");
75+
ImmutableList.of("m6g.", "c6gd.", "c6g.", "t4g.", "r6g.", "r7g.", "r8g.");
7676
private static final List<String> CLOUD_AWS_INSTANCE_PREFIXES_SUPPORTED =
7777
ImmutableList.of(
7878
"m3.", "c5.", "c5d.", "c4.", "c3.", "i3.", "t2.", "t3.", "t4g.", "m6i.", "m5.");

0 commit comments

Comments
 (0)