Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/scaling/remote-tasks/spot-instances.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ discounted price compared to on-demand instances. However, these instances can
be interrupted with a short notice when the cloud provider needs the capacity
back.

:::info
Spot instance support is currently available with `@kubernetes` and `@batch` decorator on AWS.
:::

## Retrying and resuming tasks running on spot instances

Expand Down Expand Up @@ -82,6 +79,10 @@ termination notice file using `current.spot_termination_notice`. When a
termination notice is detected, the task can perform any necessary cleanup and
checkpointing before the instance is reclaimed.

:::info
Spot termination notice support is currently available with `@kubernetes` and `@batch` decorator on AWS.
:::

## Testing Spot Instance Interruptions

You can use the AWS FIS (Fault Injection Service) to test how your tasks handle spot instance
Expand Down
Loading