Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions,
see Getting Started with Amazon Web Services in China
(PDF).
Pausing or resuming a queue
New queues default to an Active status and are available to
process jobs immediately. You can optionally Pause a queue to
stop processing any additional jobs. When you pause jobs, MediaConvert finishes
processing jobs that are already running. If you submit a job to a paused queue, its
status will remain in SUBMITTED
until you change the queue's status
back to Active or cancel the job.
The following tabs show how to change the status of an on-demand queue.
- Console
-
To change the status of an on-demand queue by using the MediaConvert
console:
-
Open the Queues page in
the MediaConvert console.
-
In the On-demand queues section, select
the queue.
-
Choose Edit queue.
-
Under Status, choose
Pause or
Active.
-
Choose Save queue.
- Amazon CLI
-
The following update-queue
example pauses an active
on-demand queue.
aws mediaconvert update-queue \
--name Queue1
\
--status PAUSED
The following update-queue
example activates a paused
on-demand queue.
aws mediaconvert update-queue \
--name Queue1
\
--status ACTIVE
For more information about how to change the status of an on-demand
queue by using the Amazon CLI, see the Amazon CLI Command Reference.