From e8800d9749fe278aa21a25674df1a67a428e14bc Mon Sep 17 00:00:00 2001 From: Christian Bergen Date: Wed, 30 Oct 2024 14:20:21 +0100 Subject: [PATCH] add description to how add the security group to the gpu node pool --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b823cbb..469093c 100644 --- a/README.md +++ b/README.md @@ -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: