Ecs-deploy

Latest version: v1.15.0

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 8

1.1.0

Version 1.1.0 adds support for ECS' task role capabilities and boto's `--task-role-arn` option.
It introduces a new CLI parameter `-r` or `--role` to set a task role ARN on demand.

1.0.0

- Run a one-off task, based on an existing task definition
- https://github.com/fabfuel/ecs-deploy#run-a-one-off-task
- Set up New Relic credentials via environment variables:
- https://github.com/fabfuel/ecs-deploy#new-relic

0.3.0

Environment Management

Add or change environment variables with the new `-e` or `--env` parameter:


$ ecs deploy my-cluster my-service -e webserver SOME_VARIABLE SOME_VALUE


https://github.com/fabfuel/ecs-deploy#set-an-environment-variable

New Relic deployment recording

If providing an API key and Application ID via the new parameters `--newrelic-apikey` and `--newrelic-appid` ecs will record the deployment in New Relic.

Optionally you can overwrite the user who triggered the deployment via `--user`and add additional information about the changes via `--comment`.


ecs deploy my-cluster my-service -t 1.2.3 --newrelic-apikey 1234567980 --newrelic-appid 12345678 --comment "New Feature XY" --user foobar

Page 8 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.