Skip to content

Commit

Permalink
Add AWS dev-mode instances
Browse files Browse the repository at this point in the history
  • Loading branch information
benipeled committed Sep 21, 2023
1 parent ce3dc67 commit 17f40ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/scylla_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,8 @@ def is_supported_instance_class(self):
return False

def is_dev_instance_type(self):
if self.instancetype in ['t3.micro']:
return True
return False

def get_en_interface_type(self):
Expand Down

0 comments on commit 17f40ab

Please sign in to comment.