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).
Editing a reserved queue
When you edit a queue, you can change the following:
-
The description, which helps you identify it in the queue
dashboard.
-
The auto renew status of the queue's pricing plan for reserved transcode
slots (RTS). For more information, see Pricing for reserved queues.
-
The paused or active status of the queue. Pausing the queue prevents the
service from starting any more jobs until you reactivate the queue.
The following tabs show two options for editing a reserved queue.
- Console
-
To edit a reserved queue by using the MediaConvert console:
-
Open the Queues page in
the MediaConvert console.
-
In the Reserved queues section, select
the reserved queue that you want to edit.
-
On the queue’s page, choose Edit
queue.
-
On the Edit queue page, make the changes
that you want for the queue.
-
Choose Save queue.
- Amazon CLI
-
The following update-queue
example updates the
description and status of an existing reserved queue.
aws mediaconvert update-queue \
--region region-name-1
\
--description "Updated description."
\
--status "PAUSED"
\
--name ReservedQueue1
For more information about how to update queues by using the Amazon CLI,
see the Amazon CLI Command Reference.