Given the experience with running update command interactively, it should be safe to have an "unattended" option which would not prompt for every node. Maybe an additional wait of 1 min could be put between processing the nodes.
This was implemented by introducing the --no-prompt option.
For additional safety of mind, it is now also possible to do unattended upgrade per-AZ with --filters.
Given the experience with running
update
command interactively, it should be safe to have an "unattended" option which would not prompt for every node. Maybe an additional wait of 1 min could be put between processing the nodes.