Amazon Elastic Container Service with YAML
Learn more about:
YAML parameters for Amazon ECS
Name | Type | Description |
---|---|---|
action Required | String | The name of the action. |
type Required | String | The type of the action. Should be set to AWS_ECS . |
integration_hash Required | String | The ID of the integration. |
region Required | String | The Amazon region. |
local_path Required | String | The path to the JSON file with task definition. |
cluster Required | String | The paths and/or files that will be left out during the deployment. |
service Required | String | The ID of the ECS service. |
YAML example for Amazon ECS
actions:- action: "ECS by API"type: "AWS_ECS"integration_hash: "5ddb7c180fb38be67bd78a88a"service: "sample-app-service"cluster: "buddy-testing-cluster"local_path: "taskDefinition.json"region: "us-east-1"