forked from aws/aws-parallelcluster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove wait for shutting-down instances
During cluster deletion, remove wait for shutting-down instances. The shutting-down state is not recoverable, and instances in this state are not billed. This change will fix the situation of cluster deletion failure when termination gets longer for some instance types Ref. https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html Signed-off-by: Luca Carrogu <[email protected]>
- Loading branch information
1 parent
c23948a
commit 4e80c57
Showing
2 changed files
with
3 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters