Using standalone instances as AWS PCS login nodes
You can set up independent EC2 instances to interact with an AWS PCS cluster's Slurm scheduler. This is useful for creating login nodes, workstations, or dedicated workflow management hosts that work with AWS PCS clusters but operate outside of AWS PCS management. To do this, each standalone instance must:
-
Have a compatible Slurm software version installed.
-
Be able to connect to the AWS PCS cluster's Slurmctld endpoint.
-
Have the Slurm Auth and Cred Kiosk Daemon (
sackd
) properly configured with the AWS PCS cluster's endpoint and secret. For more information, see sackdin the Slurm documentation.
This tutorial helps you configure an independent instance that connects to an AWS PCS cluster.