feat&fix: update AWS VM management methods and add AWS provider configuration

This commit is contained in:
adlsdztony
2025-05-26 18:07:35 +08:00
parent a845824f06
commit 874878e882
5 changed files with 15 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ MAX_ATTEMPTS = 10
class AWSProvider(Provider):
def start_emulator(self, path_to_vm: str, headless: bool):
def start_emulator(self, path_to_vm: str, headless: bool, *args, **kwargs):
logger.info("Starting AWS VM...")
ec2_client = boto3.client('ec2', region_name=self.region)