Skip to content

Commit 93d2c69

Browse files
authored
Update spot-instances.md (#154)
1 parent 37bd147 commit 93d2c69

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/scaling/remote-tasks/spot-instances.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ discounted price compared to on-demand instances. However, these instances can
88
be interrupted with a short notice when the cloud provider needs the capacity
99
back.
1010

11-
:::info
12-
Spot instance support is currently available with `@kubernetes` and `@batch` decorator on AWS.
13-
:::
1411

1512
## Retrying and resuming tasks running on spot instances
1613

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

82+
:::info
83+
Spot termination notice support is currently available with `@kubernetes` and `@batch` decorator on AWS.
84+
:::
85+
8586
## Testing Spot Instance Interruptions
8687

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

0 commit comments

Comments
 (0)