Closed kun432 closed 4 months ago
Hey @kun432 this should now be fixed in 0.1.226
, we now support the following regions "us-east-1", "us-west-1", "us-west-2", "eu-west-1", "eu-central-1", "ap-southeast-1", "ap-northeast-1"
https://github.com/agentsea/agentdesk/blob/main/agentdesk/vm/ec2.py#L28.
The command surfkit create device --provider ec2 --region ap-northeast-1
should now work, please let us know if there are further problems.
Trying EC2 for a device,
surfkit create device
failed becauseException: No default VPC found in this region.
my default region is ap-northeast-1 and there is a default VPC in that region. CLI output seems EC2 device currently supports only us-east-1 and no default VPC in us-east-1 in my end.
After I created a default VPC in us-east-1, this passed (but eventually failed because of another reason, will post as different issue.)
This might be a current limitaion but should be on the document.