Creating JSON Assets for the SLURM Image
An image.json
file will be needed on the EMS with customizations based on your AMI.
The following values from above need to be modified based on your AMI:
"ImageId": "<YOUR_AMI_ID>"
"ImageName": "< a name of your choosing that will be needed later >"
"VmBoot": "< contents of /proc/cmdline from previous steps >"
"VmInit": "< name of the initramfs image or initrd file from previous steps >"
"VolumeSize": <SIZE_OF_AMI_VOLUME>
Note: VolumeSize is an integer, so no quotes
"Id": "45486cb9-4x4x-4dde-acaf-edded25ed7cb"
Note: This string must be unique for any image.
This image.json
file will be added to the EMS in the next step.