Skip to content

Commit

Permalink
minor updates in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SooLee committed Mar 12, 2020
1 parent f7f9c30 commit 6313b38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/execution_json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ The ``config`` field describes execution configuration.
recommended to use a directory under ``/data1`` as a temp directory when running in the ``shell`` mode, which
is mounted from data EBS.
- This field is supported in version ``0.9.0`` or higher. If an older version has been used, redeploy
``run_task_awsem`` to enable this feature, after installing ``0.9.0`` as below.
``run_task_awsem`` to enable this feature, after installing ``0.9.0`` or higher, as below.

::

Expand Down Expand Up @@ -501,8 +501,8 @@ The ``config`` field describes execution configuration.
- specify security group. This feature may be useful to launch an instance to a specific VPC.
- e.g. ``sg-00151073fdf57305f``
- optional (no default)
- This feature is supported in version `0.15.6`. If an older version has been used, redeploy
``run_task_awsem`` to enable this feature, after installing ``0.9.0`` as below.
- This feature is supported in version `0.15.6` or higher. If an older version has been used, redeploy
``run_task_awsem`` to enable this feature, after installing ``0.15.6`` or higher, as below.

::

Expand All @@ -512,8 +512,8 @@ The ``config`` field describes execution configuration.
- specify subnet ID. This feature may be useful to launch an instance to a specific VPC. If you don't have default VPC, subnet must be specified.
- e.g. ``subnet-efb1b3c4``
- optional (no default)
- This feature is supported in version `0.15.6`. If an older version has been used, redeploy
``run_task_awsem`` to enable this feature, after installing ``0.9.0`` as below.
- This feature is supported in version `0.15.6` or higher. If an older version has been used, redeploy
``run_task_awsem`` to enable this feature, after installing ``0.15.6`` or higher, as below.

::
Expand Down

0 comments on commit 6313b38

Please sign in to comment.