Purchasing additional RTS for an expired reserved queue
After your initial pricing plan term for reserved transcode slots (RTS) expires, your
				reserved queue persists without the capacity to run transcoding jobs. You can send
				jobs to the queue, but MediaConvert doesn't process them. To begin processing jobs
				through the queue again, you can set up a new pricing plan, which requires a new
				12-month commitment.
The following tabs show two options for purchasing transcoding capacity for an
				expired reserved queue.
				- Console    
- 
						To purchase transcoding capacity for an expired reserved queue by
							using the MediaConvert console: - 
								Open the Queues page in
									the MediaConvert console. 
- 
								Choose the reserved queue that you want to edit. 
- 
								On the queue’s page, choose Edit
									queue. 
- 
								On the Edit queue page, choose
									Renew. 
- 
								In the Commitment to purchase RTS for reserved
									queue section, specify the number of reserved
									transcode slots (RTS) that you want to purchase. 
- 
								Review and agree to the pricing and time commitment. After you commit to your pricing plan, you can't
									cancel or revert it. Optionally select
									Auto renew yearly. 
- 
								Choose Purchase additional capacity. Then
									review your reserved queue details and choose
									Purchase. 
- 
								Choose Save queue. 
 
- AWS CLI 
- 
						The following update-queueexample adds one RTS to an
							existing expired reserved queue and begins a new 12-month
							commitment.
 aws mediaconvert update-queue \
	--region region-name-1\
	--reservation-plan-settings"Commitment=ONE_YEAR,RenewalType=EXPIRE,ReservedSlots=1"\
	--nameReservedQueue1
 For more information about how to update queues by using the AWS CLI,
							see the AWS CLI Command Reference.