As of today you may cancel in-progress and queued deployments.
How it works
If your deployment is already in progress:
- The task running your deployment receives a
SIGTERM
signal - Any stacks with an
UPDATE_IN_PROGRESS
status are sent a request to cancel updates - Any stacks with a
CREATE_IN_PROGRESS
status are sent a request for deletion
If your deployment is queued:
- Your deployment is marked as canceled and will never enter an in-progress state.
- Any changes to your component configurations will not be rolled back. The desired state stays the same. If you need to revert those changes, you'll have to do that manually.