
cancel-bundle-task
******************


DESCRIPTION
===========

cancel-bundle-task operation cancels a pending or in-progress bundling
task. This is an asynchronous call and it make take a while for the
task to be canceled. If a task is canceled while it is storing items,
there may be parts of the incomplete AMI stored in S3. It is up to the
caller to clean up these parts from S3.


SYNOPSIS
========

   aws ec2 cancel-bundle-task
     --bundle-id <value>


REQUIRED PARAMETERS
===================

"--bundle-id"  (string)
   The ID of the bundle task to cancel.


OPTIONAL PARAMETERS
===================

None
