{"slug":"iam-aws-batch","cloud":"aws","service":"batch","title":"AWS Batch (IAM)","description":"AWS Batch enables you to run batch computing workloads on the AWS cloud, dynamically provisioning the optimal quantity and type of compute resources.","category":"compute","common_permissions":["batch:ListJobs","batch:DescribeJobs","batch:DescribeJobQueues","batch:DescribeComputeEnvironments","batch:ListTagsForResource"],"least_privilege_example":"{\n  \"Version\": \"2012-10-17\",\n  \"Statement\": [\n    {\n      \"Effect\": \"Allow\",\n      \"Action\": [\n        \"batch:ListJobs\",\n        \"batch:DescribeJobs\",\n        \"batch:DescribeJobQueues\",\n        \"batch:DescribeComputeEnvironments\",\n        \"batch:ListTagsForResource\"\n      ],\n      \"Resource\": \"*\"\n    }\n  ]\n}","warnings":["Avoid batch:* — grants full control including delete and modify of job queues, compute environments, and jobs","Avoid batch:CreateComputeEnvironment and batch:CreateJobQueue unless you need to provision infrastructure"],"docs":"https://servicereference.us-east-1.amazonaws.com/v1/batch/batch.json","tags":["iam","aws"],"last_verified":"2026-06-14T00:00:00.000Z","next_check":"2026-12-11T00:00:00.000Z","created_at":"2026-06-14T04:50:08.485Z","updated_at":"2026-06-14T04:50:08.485Z"}