Administrator Guide
Update Environment
Developer Guide
You can SSH into the head node to issue commands. To do this, locate your instance in the Resources tab of the CloudFormation stack, and connect to the EC2 instance.
To manage profiles, navigate to the following directory: /xcompute/slurm/aws/xcompute-daemon/data/envs
.
Update Environment
Edit the
env.json
file according to the sample provided below:
After updating the environment, submit the changes with a PUT request using
curl
:
curl -X PUT http://localhost:5000/v1/env \ -H 'Content-Type: application/json' \ -d "@env.json"