cartwrightian / cfnassist

cloud formation helper tool
Apache License 2.0
20 stars 3 forks source link

check if code is waiting for delete properly? #4

Closed cartwrightian closed 9 years ago

cartwrightian commented 9 years ago

In some cases sns monitor does not block waiting for delete, in the case of rollback this can mean the delta is updated erroneously and the stacks then have to be deleted by hand (via web site or AWS cli's). Perhaps have a flag to control if should be optimistic on deleting (I.e. don't wait for confirm) or not??

cartwrightian commented 9 years ago

Addressed during stack rollback, but not clear yet how to handle delete failures.

cartwrightian commented 9 years ago

Delete failures using polling updates are fine, deletes using sns notification will be problematic if things fail our of order.