The following macros are not currently supported in the header:
- unmigrated-wiki-markup
Documentation for Tasks for AWS 2.9 – other releases are available in the Tasks for AWS Documentation Directory.
View
Unknown macro: {spacejump}
or visit the current documentation home.
Using the Amazon ECS Service task in Bamboo
Configuration
To configure an Amazon ECS Service task:
- Navigate to the Tasks configuration tab for the job (this will be the default job if creating a new plan).
- Click the name of an existing Amazon ECS Service task, or click Add Task and then Amazon ECS Service to create a new task.
Complete the following settings:
Common to all tasks
Actions supported by this task:
Create Service
Cluster Name or ARN (Optional) Specify the name or Amazon Resource Name (ARN) of the cluster.
- If you do not specify a cluster, the default cluster is assumed.
Service Name Specify the service name. Task Definition (Optional) Specify the family and revision (family:revision) or Amazon Resource Name (ARN) of the task definition to use. Desired Count (Optional) Specify the number of tasks to keep running. Load Balancers (Optional) Specify one or more load balancer objects in JSON format – refer to Service Load Balancing for details. Role (Conditional) Specify the name or Amazon Resource Name (ARN) of the IAM role that allows the ECS container agent to make calls to the load balancer.
- This parameter is only required for services using a load balancer.
Advanced Options Await Steady State Timeout Specify how long to await the service reaching a steady state (seconds, 0 to skip). Verify Steady State Period Specify how long to verify the service's state staying steady (seconds, 0 to skip). Update Service
Cluster Name or ARN see Create above Service Name see Create above Task Definition see Create above Desired Count see Create above Advanced Options Await Steady State Timeout see Create above Verify Steady State Period see Create above Delete Service
Cluster Name or ARN see Create above Service Name see Create above
Variables
All tasks support Bamboo Variable Substitution/Definition - this task's actions generate variables as follows:
A task's generated variables might get amended with respective AWS API additions over time - a live build log will always provide the most current variable shape accordingly
Create Service
Creating common variables for 1 services: ... bamboo.custom.aws.ecs.service.resources: taws-it-270-nginx Creating resource variables for service 'taws-it-270-nginx': ... bamboo.custom.aws.ecs.service.resources.taws-it-270-nginx.ClusterArn: arn:aws:ecs:us-east-1:309600995652:cluster/taws-it-270-29 ... bamboo.custom.aws.ecs.service.resources.taws-it-270-nginx.RoleArn: arn:aws:iam::309600995652:role/amazon-ecs-service ... bamboo.custom.aws.ecs.service.resources.taws-it-270-nginx.ServiceArn: arn:aws:ecs:us-east-1:309600995652:service/taws-it-270-nginx ... bamboo.custom.aws.ecs.service.resources.taws-it-270-nginx.ServiceName: taws-it-270-nginx ... bamboo.custom.aws.ecs.service.resources.taws-it-270-nginx.Status: ACTIVE ... bamboo.custom.aws.ecs.service.resources.taws-it-270-nginx.TaskDefinition: arn:aws:ecs:us-east-1:309600995652:task-definition/taws-it-270-nginx:59 Creating common variables for first resource affected by task: Creating resource variables for service 'taws-it-270-nginx': ... bamboo.custom.aws.ecs.service.first.ClusterArn: arn:aws:ecs:us-east-1:309600995652:cluster/taws-it-270-29 ... bamboo.custom.aws.ecs.service.first.RoleArn: arn:aws:iam::309600995652:role/amazon-ecs-service ... bamboo.custom.aws.ecs.service.first.ServiceArn: arn:aws:ecs:us-east-1:309600995652:service/taws-it-270-nginx ... bamboo.custom.aws.ecs.service.first.ServiceName: taws-it-270-nginx ... bamboo.custom.aws.ecs.service.first.Status: ACTIVE ... bamboo.custom.aws.ecs.service.first.TaskDefinition: arn:aws:ecs:us-east-1:309600995652:task-definition/taws-it-270-nginx:59
Update Service
See Create above.
Delete Service
See Create above.
How-to Articles
-
Questions:
-
-
Questions:
-
-
-
Questions: