We want the ability to enable termination protection on stacks in order to avoid accidentally deleting the wrong stack.
Development Tasks
- Add 'protected' as an attribute to the Stack model
- If 'protected' is set, turn on termination protection when launching stacks
- Also if 'protected' is set, remove 'Delete' and 'Terminate' from the available actions.
We want the ability to enable termination protection on stacks in order to avoid accidentally deleting the wrong stack.
Development Tasks