Skip to content

Commit 04296d4

Browse files
Aaron KanzerAaron Kanzer
authored andcommitted
Include example for spot instance node group config on AWS
1 parent 51d2bd6 commit 04296d4

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docs/docs/faq.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,25 @@ google_cloud_platform:
7878
7979
##### Amazon Web Services
8080
81-
Spot instances aren't supported at this moment.
81+
```yaml
82+
amazon_web_services:
83+
kubernetes_version: '1.31'
84+
region: us-east-2
85+
availability_zones:
86+
- us-east-2a
87+
- us-east-2b
88+
node_groups:
89+
# ...
90+
spot-instance-group:
91+
instance: m5.2xlarge
92+
min_nodes: 1
93+
max_nodes: 1
94+
taints:
95+
gpu: false
96+
single_subnet: false
97+
capacity_type: "SPOT"
98+
permissions_boundary:
99+
```
82100
83101
##### Azure
84102

0 commit comments

Comments
 (0)