Skip to content

Commit 102761c

Browse files
committed
update docs
1 parent 464d35d commit 102761c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ In case the setup does not work as intended, trace the events through this seque
196196

197197
This feature is in early stage and therefore disabled by default.
198198

199-
The termination watcher is currently watchting for spot termination notifications. The module is only taken events into account for instances tagged with `ghr:environment` by default when deployment the module as part of one of the main modules (root or multi-runner). The module can also be deployed stand-alone, in that case the tag filter needs to be tunned.
199+
The termination watcher is currently watching for spot termination notifications. The module is only taken events into account for instances tagged with `ghr:environment` by default when deployment the module as part of one of the main modules (root or multi-runner). The module can also be deployed stand-alone, in that case the tag filter needs to be tunned.
200200

201-
- Logs: The module will log all termination notificatons. For each warning it will look up instance details and log the environment, instance type and time the instance is running. As well some other details.
201+
- Logs: The module will log all termination notifications. For each warning it will look up instance details and log the environment, instance type and time the instance is running. As well some other details.
202202
- Metrics: Metrics are disabled by default, this to avoid costs. Once enabled a metric will be created for each warning with at least dimensions for the environment and instance type. THe metric name space can be configured via the variables. The metric name used is `SpotInterruptionWarning`.
203203

204204
#### Log example

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The AMI cleaner is a lambda that will clean up AMIs that are older than a config
6868

6969
> This feature is Beta, changes will not trigger a major release as long in beta.
7070
71-
The Instance Termination Wachter is creating log and optional merrics for termination of instances. Currently only spot termination warnings are watched. See [confgiuration](configuration/) for more details.
71+
The Instance Termination Watcher is creating log and optional metrics for termination of instances. Currently only spot termination warnings are watched. See [configuration](configuration/) for more details.
7272

7373
### Security
7474

examples/termination-watcher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform init
2020
terraform apply
2121
```
2222

23-
Once a Spot instance is terminated a log line and metric will be updated. Spot termiaation can be simulated by navigating to the request and invoce an interruption.
23+
Once a Spot instance is terminated a log line and metric will be updated. Spot instance termination can be simulated using the Amazon [Fault Injection Service](https://docs.aws.amazon.com/fis/latest/userguide/what-is.html) (FIS). In thw web console you can simply initiate a spot instance failure by navigate in the EC2 console to Spot Requests and choose the action initiate a spot termination event.
2424

2525
<!-- BEGIN_TF_DOCS -->
2626
## Requirements

0 commit comments

Comments
 (0)