Last update: 2024-04-24

batch

AWS Batch

AWS CLI PowerShell Cmdlet
aws batch cancel-job Stop-BATJob
aws batch create-compute-environment New-BATComputeEnvironment
aws batch create-job-queue New-BATJobQueue
aws batch create-scheduling-policy New-BATSchedulingPolicy
aws batch delete-compute-environment Remove-BATComputeEnvironment
aws batch delete-job-queue Remove-BATJobQueue
aws batch delete-scheduling-policy Remove-BATSchedulingPolicy
aws batch deregister-job-definition Unregister-BATJobDefinition
aws batch describe-compute-environments Get-BATComputeEnvironment
aws batch describe-job-definitions Get-BATJobDefinition
aws batch describe-job-queues Get-BATJobQueue
aws batch describe-jobs Get-BATJobDetail
aws batch describe-scheduling-policies Get-BATSchedulingPolicy
aws batch list-jobs Get-BATJobList
aws batch list-scheduling-policies Get-BATSchedulingPolicyList
aws batch list-tags-for-resource Get-BATResourceTag
aws batch register-job-definition Register-BATJobDefinition
aws batch submit-job Submit-BATJob
aws batch tag-resource Add-BATResourceTag
aws batch terminate-job Remove-BATJob
aws batch untag-resource Remove-BATResourceTag
aws batch update-compute-environment Update-BATComputeEnvironment
aws batch update-job-queue Update-BATJobQueue
aws batch update-scheduling-policy Update-BATSchedulingPolicy