Skip to main content
Skip table of contents

Default Profile for Slurm Integration

Pull Down the Default Profile Assets:

  1. The default is named az1.

    1. CODE
      xli profile get -n az1 > default-profile.json
    2. YAML is available as well:

      CODE
      xli profile get -n az1 -y > default.profile.yaml
  2. Copy it to faciliatate customization, leaving the default for future reference.

    1. CODE
      cp default-profile.json profile0.json
  3. The asset will look like this:

default-profile.json
  1. CODE
    {
      "Arbiter": {},
      "AvailabilityZone": "us-east-2c",
      "Controller": {
        "IamInstanceProfile": "arn:aws:iam::270000099005:instance-profile/io-apc05-ExostellarInstanceProfile-CmxXXD1CZAId",
        "InstanceTags": [
          {
            "Key": "exostellar.xspot-role",
            "Value": "xspot-controller"
          }
        ],
        "InstanceType": "c5d.xlarge",
        "SecurityGroupIds": [
          "sg-016bd6ead636fa5bb"
        ],
        "SubnetId": "subnet-02d2d57c0673d6a5a",
        "VolumeSize": 100,
        "ImageId": "ami-0d4c57b22746fe832"
      },
      "EnableIO": true,
      "Id": "9c7ba11b-9ba4-4c3f-b50d-80fb758451e6",
      "LogPath": "/xcompute/logs",
      "MaxControllers": 10,
      "ProfileName": "az1",
      "Region": "us-east-2",
      "Worker": {
        "IamInstanceProfile": "arn:aws:iam::270000099005:instance-profile/io-apc05-ExostellarInstanceProfile-CmxXXD1CZAId",
        "InstanceTags": [
          {
            "Key": "exostellar.xspot-role",
            "Value": "xspot-worker"
          }
        ],
       "InstanceTypes": [
          "m5:0",
          "m6i:1"
        ],
        "SecurityGroupIds": [
          "sg-016bd6ead636fa5bb"
        ],
        "SpotFleetTypes": [
          "m5:1",
          "m5d:0",
          "m5n:0",
          "m6i:2"
        ],
        "SubnetId": "subnet-02d2d57c0673d6a5a",
        "ImageId": "ami-09559faf3fc003160"
      },
      "Xspot": {
        "EnableBalloon": true
      },
      "XspotVersion": "xspot-3.1.0",
      "NodeGroupName": "9qnvgac7",
      "Status": "idle"
    }
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.