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
When terminating a Constellation on AWS the constellation terminate outputs an error and does not fully clean up the Constellation. Only when running constellation terminate a second time, all resources are cleaned up.
To reproduce
Steps to reproduce the behavior:
Create a Constellation on AWS
Run constellation terminate
euler@work:~/projects/constellation/test$ ./constellation terminate
You are about to terminate a Constellation cluster.
All of its associated resources will be DESTROYED.
This action is irreversible and ALL DATA WILL BE LOST.
Do you want to continue? [y/n]: y
Terminating
Error: terminating Constellation cluster: exit status 1
Error: deleting EC2 EIP (eipalloc-005f6369d2d588052): disassociating: AuthFailure: You do not have permission to access the specified resource.
status code: 400, request id: fdc85569-0a89-4900-9631-bec0685479bc
Environment
constellation version: 2.8.0
Expected behavior
The Constellation should be fully terminated without error.
Additional info / screenshot
To fully terminate your Constellation simply run constellation terminate again.
We are currently investigating this issue.
The text was updated successfully, but these errors were encountered:
Issue description
When terminating a Constellation on AWS the
constellation terminate
outputs an error and does not fully clean up the Constellation. Only when runningconstellation terminate
a second time, all resources are cleaned up.To reproduce
Steps to reproduce the behavior:
constellation terminate
Environment
constellation version
: 2.8.0Expected behavior
The Constellation should be fully terminated without error.
Additional info / screenshot
To fully terminate your Constellation simply run
constellation terminate
again.We are currently investigating this issue.
The text was updated successfully, but these errors were encountered: