Reputation: 1120
I have multiple CloudFormation stacks with serial dependencies (Stack A2 depends on Stack A1, etc.).
I've noticed a pattern during stack updates where CloudFormation appears to report the UPDATE_COMPLETE
status in reverse dependency order.
Looking at the CloudFormation timeline:
UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
UPDATE_COMPLETE
in reverse dependency orderUPDATE_COMPLETE
firstUPDATE_COMPLETE
lastThese are sibling stacks (not nested), with DependsOn
between them.
Adding a snippet of Cloudformation's TimeLine view:
The top most bar is the latest stack.
The green blocks are each stack reporting success.
Upvotes: 0
Views: 7