-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
403 Error when creating security groups. #600
Comments
I've also run into this issue. I'll post a little more about the error I receive here. Like remyschwab, my account being used in the config file does have permissions to create security groups.
I'm trying to dig into what else might be generating this error, but haven't found it yet. This error is on starcluster v. 0.95.6 running on an ubuntu AWS instance. |
If I try to run: starcluster start test, I get a 403 error:
Using default cluster template: smallcluster
Validating cluster template settings...
Cluster template settings are valid
Starting cluster...
Launching a 2-node cluster...
Creating security group @sc-test...
!!! ERROR - UnauthorizedOperation: You are not authorized to perform this operation.
I was previously not permitted to create security groups but have changed those permissions and have tested that by launching a single instance with a security group that I made. Do you have any advice for me? Thanks in advance.
The text was updated successfully, but these errors were encountered: