diff --git a/docs/modules/runners.md b/docs/modules/runners.md index 4059305859..f079b106c7 100644 --- a/docs/modules/runners.md +++ b/docs/modules/runners.md @@ -1,4 +1,4 @@ -# Runner module (root) +# Runner module (Top Level Directory) This module creates resources in your AWS infrastructure, and EC2 instances for hosting the self-hosted runners on-demand. IAM permissions are set to a minimal level, and could be further limited by using permission boundaries. Instances permissions are limited to retrieve and delete the registration token, access the instance's own tags, and terminate the instance itself. By nature instances are short-lived, we strongly suggest to use ephemeral runners to ensure a safe build environment for each workflow job execution.