Skip to content

Commit f3454dd

Browse files
svanhoolSiebe Van Hool
andauthored
Add support for g6 and m7 family instances. (#356)
Co-authored-by: Siebe Van Hool <[email protected]>
1 parent 98a2a50 commit f3454dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/PclusterApiHandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def get_instance_types():
556556
filters = [
557557
{"Name": "current-generation", "Values": ["true"]},
558558
{"Name": "instance-type",
559-
"Values": ["c5*", "c6*", "c7*", "g4*", "g5*", "hpc*", "p3*", "p4*", "t2*", "t3*", "m6*", "r*"]},
559+
"Values": ["c5*", "c6*", "c7*", "g4*", "g5*", "g6*", "hpc*", "p3*", "p4*", "t2*", "t3*", "m6*", "m7*", "r*"]},
560560
]
561561
instance_paginator = ec2.get_paginator("describe_instance_types")
562562
instances_paginator = instance_paginator.paginate(Filters=filters)

0 commit comments

Comments
 (0)