Amazon Elastic Container Service with YAML

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 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

yaml
actions: - action: "ECS by API" type: "AWS_ECS" integration: "my_integration" service: "sample-app-service" cluster: "buddy-testing-cluster" local_path: "taskDefinition.json" region: "us-east-1"

Last modified on Mar 4, 2025