AWS Batch (IAM)

JSON →
aws compute

AWS Batch enables you to run batch computing workloads on the AWS cloud, dynamically provisioning the optimal quantity and type of compute resources.

batch:ListJobsbatch:DescribeJobsbatch:DescribeJobQueuesbatch:DescribeComputeEnvironmentsbatch:ListTagsForResource
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "batch:ListJobs",
        "batch:DescribeJobs",
        "batch:DescribeJobQueues",
        "batch:DescribeComputeEnvironments",
        "batch:ListTagsForResource"
      ],
      "Resource": "*"
    }
  ]
}
full doc /v1/iam/batch