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/workspaces/describe-workspace-bundles.rst
**To describe your WorkSpace bundles**

This example describes all of the WorkSpace bundles that are provided by AWS.

Command::

  aws workspaces describe-workspace-bundles --owner AMAZON

Output::

  {
      "Bundles": [
          {
              "ComputeType": {
                  "Name": "PERFORMANCE"
              }, 
              "Description": "Performance Bundle", 
              "BundleId": "wsb-b0s22j3d7", 
              "Owner": "Amazon", 
              "UserStorage": {
                  "Capacity": "100"
              }, 
              "Name": "Performance"
          }, 
          {
              "ComputeType": {
                  "Name": "VALUE"
              }, 
              "Description": "Value Base Bundle", 
              "BundleId": "wsb-92tn3b7gx", 
              "Owner": "Amazon", 
              "UserStorage": {
                  "Capacity": "10"
              }, 
              "Name": "Value"
          }, 
          {
              "ComputeType": {
                  "Name": "STANDARD"
              }, 
              "Description": "Standard Bundle", 
              "BundleId": "wsb-3t36q0xfc", 
              "Owner": "Amazon", 
              "UserStorage": {
                  "Capacity": "50"
              }, 
              "Name": "Standard"
          }, 
          {
              "ComputeType": {
                  "Name": "PERFORMANCE"
              }, 
              "Description": "Performance Plus Bundle", 
              "BundleId": "wsb-1b5w6vnz6", 
              "Owner": "Amazon", 
              "UserStorage": {
                  "Capacity": "100"
              }, 
              "Name": "Performance Plus"
          }, 
          {
              "ComputeType": {
                  "Name": "VALUE"
              }, 
              "Description": "Value Plus Office 2013", 
              "BundleId": "wsb-fgy4lgypc", 
              "Owner": "Amazon", 
              "UserStorage": {
                  "Capacity": "10"
              }, 
              "Name": "Value Plus Office 2013"
          }, 
          {
              "ComputeType": {
                  "Name": "PERFORMANCE"
              }, 
              "Description": "Performance Plus Office 2013", 
              "BundleId": "wsb-vbsjd64y6", 
              "Owner": "Amazon", 
              "UserStorage": {
                  "Capacity": "100"
              }, 
              "Name": "Performance Plus Office 2013"
          }, 
          {
              "ComputeType": {
                  "Name": "VALUE"
              }, 
              "Description": "Value Plus Bundle", 
              "BundleId": "wsb-kgjp98lt8", 
              "Owner": "Amazon", 
              "UserStorage": {
                  "Capacity": "10"
              }, 
              "Name": "Value Plus"
          }, 
          {
              "ComputeType": {
                  "Name": "STANDARD"
              }, 
              "Description": "Standard Plus Office 2013", 
              "BundleId": "wsb-5h1pf1zxc", 
              "Owner": "Amazon", 
              "UserStorage": {
                  "Capacity": "50"
              }, 
              "Name": "Standard Plus Office 2013"
          }, 
          {
              "ComputeType": {
                  "Name": "STANDARD"
              }, 
              "Description": "Standard Plus Bundle", 
              "BundleId": "wsb-vlsvncjjf", 
              "Owner": "Amazon", 
              "UserStorage": {
                  "Capacity": "50"
              }, 
              "Name": "Standard Plus"
          }
      ]
  }