Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions awscli/examples/ecs/wait/services-stable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@ The following ``wait`` example pauses and continues only after it can confirm th
aws ecs wait services-stable \
--cluster MyCluster \
--services MyService

**Example 2: To pause running until a task is confirmed to be running**

The following ``wait`` example pauses and continues only after the specified task enters a ``RUNNING`` state. ::

aws ecs wait services-stable \
--cluster MyCluster \
--tasks arn:aws:ecs:us-west-2:123456789012:task/a1b2c3d4-5678-90ab-cdef-44444EXAMPLE
7 changes: 7 additions & 0 deletions awscli/examples/ecs/wait/tasks-running.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
**Example 1: To pause running until a task is confirmed to be running**

The following ``wait`` example pauses and continues only after the specified task enters a ``RUNNING`` state. ::

aws ecs wait tasks-running \
--cluster MyCluster \
--tasks arn:aws:ecs:us-west-2:123456789012:task/a1b2c3d4-5678-90ab-cdef-44444EXAMPLE