loft-sh / devpod-provider-aws

DevPod on AWS
Mozilla Public License 2.0
13 stars 8 forks source link

Error when starting a Workspace #6

Closed cngJo closed 1 year ago

cngJo commented 1 year ago

When starting a workspace with either the GUI or the CLI, i get the following error:

operation error EC2: RunInstances, https response error StatusCode: 400, RequestID: <redacted>, api error MissingParameter: When specifying a security group you must specify one of group id or group name for each item

I'm using the provider in Version 0.0.3. I remember it working 2 weeks ago, so maybe this was introduced in 0.0.3.

When someone can point me in the right direction, I could try providing a PR to fix this.

89luca89 commented 1 year ago

Hi @cngJo thanks for the report! It was a missing return, I've solved this, crafting a new release that will fix the problem

cngJo commented 1 year ago

Yes, the fix solves the problem for me

Thanks @89luca89 for the fast fix!