Reference: Scheduling policy template
An empty scheduling policy template is shown below. You can use this template to create your scheduling policy
which can then be saved to a file and used with the Amazon CLI --cli-input-json
option. For more information
about these parameters, see CreateSchedulingPolicy in the
Amazon Batch API Reference.
Note
You can generate a job queue template with the following Amazon CLI command.
$
aws batch create-scheduling-policy --generate-cli-skeleton
{ "name": "", "fairsharePolicy": { "shareDecaySeconds": 0, "computeReservation": 0, "shareDistribution": [ { "shareIdentifier": "", "weightFactor": 0.0 } ] }, "tags": { "KeyName": "" } }