Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add description how to add the security group to the gpu node pool #173

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,17 @@ aws backup start-restore-job `

Alternatively, you can [restore the S3 data via the AWS console](https://docs.aws.amazon.com/aws-backup/latest/devguide/restoring-s3.html).

## GPU node pool

:warning: In case using the GPU node pool, it is important to make some manual adjustements after creation of the infrastructure has finished.

Action: Add the security group of the "execnodes" node pool to the autoscaling launch template of the "gpuexecnodes":

1. Copy the security group ID of the "execnodes" auto scaling group.
2. Create a new launch template version for the "gpuexecnodes" node pool.
3. Add the copied security group ID to the list of security group ids.
4. Configure the new launch template version as default for the "gpuexecnodes" node pool.

## Encryption

Encryption is enabled at all AWS resources that are created by Terraform:
Expand Down
Loading