An open API service indexing awesome lists of open source software.

https://github.com/teamhide/ecs_codedeploy_script

AWS ECS Blue/Green Deployment Codedeploy trigger script
https://github.com/teamhide/ecs_codedeploy_script

Last synced: about 1 year ago
JSON representation

AWS ECS Blue/Green Deployment Codedeploy trigger script

Awesome Lists containing this project

README

          

# AWS ECS CodeDeploy Script

Trigger Codedeploy associated with AWS ECS Blue/Green Deployment

## Usage

You have to change below contents.

*prod/test_appspec.yaml*

`TASK_DEFINITION_ARN_HERE` : Task Definition ARN

*prod/test_deploy.sh*

`BUCKET_NAME_HERE` : S3 Bucket name

`CODEDEPLOY_APPLICATION_NAME_HERE` : CodeDeploy Application Name

`CODEDEPLOY_DEPLOYMENT_GROUP_NAME_HERE` : CodeDeploy Deployment Group Name