Skip to content
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

Fix deleting AWS security groups #37

Open
kivutar opened this issue Dec 21, 2018 · 2 comments
Open

Fix deleting AWS security groups #37

kivutar opened this issue Dec 21, 2018 · 2 comments
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers

Comments

@kivutar
Copy link
Contributor

kivutar commented Dec 21, 2018

In some cases, deleting a security group on AWS will fail because the security group is still seen as attached to the EC2 instance.

Make sure that the EC2 instance is deleted properly, before we delete the security group.

2018/12/21 13:51:14 Error while deleting node bf-402p3jud DependencyViolation: resource sg-0fc9f93189d373a71 has a dependent object
	status code: 400, request id: 041e74c7-70b6-4a2e-8d11-e3dc11640271
@kivutar kivutar added bug Something isn't working enhancement New feature or request good first issue Good for newcomers labels Dec 21, 2018
kivutar added a commit that referenced this issue Dec 21, 2018
@kivutar
Copy link
Contributor Author

kivutar commented Dec 21, 2018

The workaround was not enough to fix the bug in every situation

@kivutar
Copy link
Contributor Author

kivutar commented Jan 9, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant