Cataloging LSF Compute AMI Info
Some of the information required to leverage your compute AMI is available with the following command:
CODE
aws ec2 describe-images --image-id ${AMI_ID} --region ${REGION}
Save the output from the above command for reference in subsequent steps.