跳到主要内容

Amazon Elastic Container Service with YAML

List of YAML parameters and examples for the "AWS ECS" action.

YAML parameters for Amazon ECS

名称类型描述
action
必填
String操作名称
type
必填
StringThe type of the action. Should be set to AWS_ECS.
integration_hash
必填
StringThe ID of the integration.
region
必填
StringThe Amazon region.
local_path
必填
StringThe path to the JSON file with task definition.
cluster
必填
StringThe paths and/or files that will be left out during the deployment.
service
必填
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"