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 2de0695 commit d410154
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 @@ -745,6 +745,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 d410154

Please sign in to comment.