You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ot error(s) in AWS:[sky.exceptions.NoClusterLaunchedError] Failed to create security group. Error: botocore.exceptions.ClientError: An error occurred (InvalidGroup.Duplicate) when calling the CreateSecurityGroup operation: The security group 'sky-sg-root-xxx' already exists for VPC 'vpc-xxxxxxx'
The text was updated successfully, but these errors were encountered:
I don't think it is a new VPC. The issue happens for only some of the launches. This issue happens for some of the tests with pytest tests/test_smoke.py --aws.
To reproduce:
seq 10 | xargs -P 16 -n 1 bash -c 'sky launch -c test-$0 --cpus 2 --use-spot --down -i0 -y &'
Observed this with error
The text was updated successfully, but these errors were encountered: