You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-15
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Overview
2
2
3
-
RunECS is a tool for running one-off processes in an ECS cluster. The tool was created as a simple solution for occasional running of processes in the ECS cluster - e.g. various data migrations.
3
+
RunECS is a tool for executing one-off processes in an ECS cluster.
4
4
5
5
## Limitations
6
6
7
7
* Only FARGATE launch type is supported.
8
-
*One container in the task.
8
+
*Sidecar containers are not supported
9
9
10
10
11
-
##How to Use
11
+
# How to Use
12
12
13
13
RunECS executes the command using the specified service. The service must be specified in `cluster/service` format. Further, you must specify the environment variables that determine access to AWS.
The process runs using the last task definition. Using the `--image-tag`parameter creates a new task definition with which to run the process.
27
+
Executes the process using the last available task definition. You can pick a specific docker tag by using the `--image-tag`argument. In this case, it changes the task definition and inserts the specified docker tag.
28
28
29
29
The task is run asynchronously by default. Using the `--wait` argument, the task starts synchronously and returns the EXIT code of the container.
0 commit comments