-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BE] Add readme for AWS runners (#5319)
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Pytorch Terraform AWS Github Runner | ||
|
||
This is a terraform module that sets up self hosted github runners on AWS along with the infra needed to autoscale them | ||
|
||
# Directories | ||
|
||
``` | ||
├── modules | ||
| ├── download-lambda | ||
| ├── runner-binaries-syncer # AWS Lambda func that | ||
| ├── runners # AWS Lambda func that scales runners up and down based | ||
| | # on SQS Events | ||
| ├── runners-instances # Defines how instances hosting new runners will be configured | ||
| ├── setup-iam-permissions # See Readme in the folder | ||
| └── webhook # AWS Lambda func that receives Github | ||
| # webhooks and generates SQS events that | ||
| # trigger scale up requests | ||
├── policies | ||
├── templates | ||
└── terraform_migrations | ||
``` | ||
|
||
# Runner Architecture diagram | ||
This diagram shows how the runners function once deployed to AWS | ||
![High level runner architecture diagram](architecture-diagram.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.