Skip to content

oranmoshai/ecsServiceRestart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Description:

Trigger AWS ECS service restart using force new deployment.

Install:

pip install boto3
pip install fire

Usage:

python ecsServiceRestart.py restart --services="app app2" --cluster=test

Or docker

docker build -t ecs-service-restart .  
docker run \
-e AWS_DEFAULT_REGION='us-east-1' \
-e AWS_ACCESS_KEY_ID='xxxx' \
-e AWS_SECRET_ACCESS_KEY='xxxx' \
-it ecs-service-restart python ecsServiceRestart.py restart --services="app app2" --cluster=test

Releases

No releases published

Packages

No packages published