cloudtools / cloudtools/stacker

DescribeStackEvents Exception Occurs During Build and Delete

Open
#683 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
707
Forks
162
PR merge metrics
No merged PRs in 30d

Description

The following exception is thrown during build and delete stages:

```
botocore.exceptions.ClientError: An error occurred (ValidationError) when calling the DescribeStackEvents operation: Stack [myStack] does not exist
```

it appears that stacker attempts to call `DescribeStackEvents` before the stack has actually started creating during `stacker build`. Stacker also appears to call `DescribeStackEvents` after the stack has already been deleted during `stacker delete`.

This doesn't actually cause either of the commands to completely fail but it just throws in exception and the message is displayed in stdout.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.