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

AWS Security Groups not cleaned up in the case of failure #73

Open
thesurlydev opened this issue Aug 10, 2020 · 0 comments
Open

AWS Security Groups not cleaned up in the case of failure #73

thesurlydev opened this issue Aug 10, 2020 · 0 comments

Comments

@thesurlydev
Copy link
Contributor

Expected Behaviour

If there's a failure creating the ec2 instance, then all associated resources (in this case SG) should be cleaned up.

Current Behaviour

The ec2 instance creation fails and leaves the SG created in place.

Possible Solution

see expected behavior

Steps to Reproduce (for bugs)

./inletsctl create -f ~/Downloads/access-key --secret-key-file ~/Downloads/secret-access-key -r us-west-2 -z us-west-2c -p ec2

Context

Your Environment

  • inlets version inlets --version

  • Docker/Kubernetes version docker version / kubectl version:

  • Operating System and version (e.g. Linux, Windows, MacOS):

  • Link to your project or a code example to reproduce issue:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant