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
The AWS Command Line Interface (AWS CLI) is a unified client for AWS services that provides commands
16
14
for all public API operations. These commands are lower level than those provided by the Amazon ECS
@@ -43,6 +41,8 @@ Line Interface](http://aws.amazon.com/cli/) product detail page.
43
41
Download the binary archive for your platform, and install the binary on your `$PATH`.
44
42
You can use the provided `md5` hash to verify the integrity of your download.
45
43
44
+
For information about installing and using the Amazon ECS CLI, see the [ECS Command Line Interface](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html).
@@ -165,6 +165,9 @@ If you are trying to use Multi-Factor Authentication, please see this comment an
165
165
a) AWS_PROFILE environment variable (OR) –aws-
166
166
b) AWS_DEFAULT_PROFILE environment variable (defaults to 'default')
167
167
168
+
169
+
For more information, see [ECS CLI Configuration](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI_Configuration.html).
170
+
168
171
## Using the CLI
169
172
170
173
ECS now offers two different launch types for tasks and services: EC2 and FARGATE. With the FARGATE
@@ -258,6 +261,8 @@ following resources:
258
261
The subnet and VPC ids will be printed to the terminal once the creation is complete. You can then
259
262
use the subnet IDs in your ECS Params file to launch Fargate tasks.
260
263
264
+
For more information on using AWS Fargate, see the [ECS CLI Fargate tutorial](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI_tutorial_fargate.html).
265
+
261
266
### Starting/Running Tasks
262
267
After the cluster is created, you can run tasks – groups of containers – on the ECS cluster. First,
263
268
author a [Docker Compose configuration file](https://docs.docker.com/compose). You can run the
See the `$ ecs-cli compose service`[documentation page](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cmd-ecs-cli-compose-service.html) for more information about available service options, including load balancing.
0 commit comments