HEX
Server: Apache
System: Linux vps28526 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
User: heewonvps_17 (6705002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/awscli/examples/ec2/describe-bundle-tasks.rst
**To describe your bundle tasks**

This example describes all of your bundle tasks.

Command::

  aws ec2 describe-bundle-tasks

Output::

  {
    "BundleTasks": [
      {
        "UpdateTime": "2015-09-15T13:26:54.000Z", 
        "InstanceId": "i-1234567890abcdef0", 
        "Storage": {
          "S3": {
              "Prefix": "winami", 
              "Bucket": "bundletasks"
          }
        }, 
        "State": "bundling", 
        "StartTime": "2015-09-15T13:24:35.000Z", 
        "Progress": "3%", 
        "BundleId": "bun-2a4e041c"
      }
    ]
  }