HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //lib/python3/dist-packages/awscli/examples/ec2/describe-conversion-tasks.rst
**To view the status of a conversion task**

This example returns the status of a conversion task with the ID import-i-ffvko9js.

Command::

  aws ec2 describe-conversion-tasks --conversion-task-ids import-i-ffvko9js

Output::

  {
      "ConversionTasks": [
          {
              "ConversionTaskId": "import-i-ffvko9js",
              "ImportInstance": {
                  "InstanceId": "i-1234567890abcdef0",
                  "Volumes": [
                      {
                          "Volume": {
                              "Id": "vol-049df61146c4d7901",
                              "Size": 16
                          },
                          "Status": "completed",
                          "Image": {
                              "Size": 1300687360,
                              "ImportManifestUrl": "https://s3.amazonaws.com/myimportbucket/411443cd-d620-4f1c-9d66-13144EXAMPLE/RHEL5.vmdkmanifest.xml?AWSAccessKeyId=AKIAIOSFODNN7EXAMPLE&Expires=140EXAMPLE&Signature=XYNhznHNgCqsjDxL9wRL%2FJvEXAMPLE",
                              "Format": "VMDK"
                          },
                          "BytesConverted": 1300682960,
                          "AvailabilityZone": "us-east-1d"
                      }
                  ]
              },
              "ExpirationTime": "2014-05-14T22:06:23Z",
              "State": "completed"
          }
      ]
  }