/
v2.5.2 Default Profile for LSF Integration

v2.5.2 Default Profile for LSF Integration

Pull Down the Default Profile Assets:

  1. The default is named az1.

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

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

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

  1. { "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" }

slurm

Related content