AWS parallelcluster documentation change
Summary
Minor grammar fixes in login nodes documentation
Security assessment
Grammatical improvements ('ssh' to 'SSH', 'login' to 'log in') without security content changes.
Diff
diff --git a/parallelcluster/latest/ug/login-nodes-v3.md b/parallelcluster/latest/ug/login-nodes-v3.md index 1ed9fbd9b..071f86b7e 100644 --- a//parallelcluster/latest/ug/login-nodes-v3.md +++ b//parallelcluster/latest/ug/login-nodes-v3.md @@ -9 +9 @@ -Starting from version 3.7.0, AWS ParallelCluster cluster administrators can provision login nodes that can be used to provide access to users to run jobs vs directly accessing the cluster head node. Cluster users with appropriate permissions can use Active Directory or their ssh credential to login, submit and manage their jobs. As a result, cluster management can be improved and the chances of depleting the resources of the head node required by Slurm to manage the cluster can be minimized. Logged in users will also have access to all shared storage of the cluster mounted on login nodes. If a login node needs to be stopped, users that are logged in will be notified in advance through the active shell session they are using. +Starting from version 3.7.0, AWS ParallelCluster cluster administrators can provision login nodes that can be used to provide access to users to run jobs vs directly accessing the cluster head node. Cluster users with appropriate permissions can use Active Directory or their SSH credentials to log in, submit and manage their jobs. As a result, cluster management can be improved and the chances of depleting the resources of the head node required by Slurm to manage the cluster can be minimized. Logged in users will also have access to all shared storage of the cluster mounted on login nodes. If a login node needs to be stopped, users that are logged in will be notified in advance through the active shell session they are using.