Amazon Elastic Container Service with YAML

YAML parameters for Amazon ECS

NameTypeDescription
action RequiredStringThe name of the action.
type RequiredStringThe type of the action. Should be set to AWS_ECS.
integration RequiredStringThe ID of the integration.
region RequiredStringThe Amazon region.
local_path RequiredStringThe path to the JSON file with task definition.
cluster RequiredStringThe paths and/or files that will be left out during the deployment.
service RequiredStringThe 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 Sep 24, 2024