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

DescribeStackEvents Exception Occurs During Build and Delete #683

Open
Spareo opened this issue Nov 15, 2018 · 0 comments
Open

DescribeStackEvents Exception Occurs During Build and Delete #683

Spareo opened this issue Nov 15, 2018 · 0 comments

Comments

@Spareo
Copy link

Spareo commented Nov 15, 2018

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.

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