Skip to content

Commit bce8f4d

Browse files
authored
Merge pull request #584 from kabilar/aws-spot
Include example for spot instance node group config on AWS
2 parents a9f82b4 + 46f5d4b commit bce8f4d

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+
spot: true
98+
permissions_boundary:
99+
```
82100
83101
##### Azure
84102

0 commit comments

Comments
 (0)