Skip to content

Add ecs-cli to close issue #27

Bram Neijt requested to merge (removed):bneijt-master-patch-21980 into master

The ecs-cli distributed by AWS allows you to deploy your ECS containers using docker-compose syntax instead of the AWS specific task definitions. The AWS specific parameters have been moved to ecs-params.yml.

This is not supported by the default aws ecs command and requires an extra binary as described in https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI_installation.html.

This binary is distributed by AWS and can be validated by checking the AWS distributed signature of the binary. The public key is part of this repository. Validation is done during the docker build, which should make it impossible to create a valid layer with an invalid binary.

Closes #27 (closed)

Edited by Bram Neijt

Merge request reports