Amazon Elastic Container Service with YAML

YAML parameters for Amazon ECS

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

Last modified on April 26, 2022

Get Started

Sign up for free and deploy your project in less than 10 minutes.