quickstart-amazon-eks
quickstart-amazon-eks copied to clipboard
continue from failure support
Today the parent deployment stack triggers many nested stacks.
In case of failure of one of the nested stacks, the user needs to delete all the stacks and restart the installation, including the stack which installed successfully. in other words, there is no support for "continue from failure" in the stack level.
I suggest considering to separate the stacks and using the export-import pattern.