- unmigrated-wiki-markup
Documentation for Tasks for AWS 2.8 – other releases are available in the Tasks for AWS Documentation Directory.
View
or visit the current documentation home.
Using the Amazon ECS Cluster task in Bamboo
You can use the Amazon ECS Cluster task to create or delete an Amazon EC2 Container Service (ECS) cluster (see Deploying to Amazon ECS for an overview of the ECS component lifecycle and deployment workflow).
Configuration
Cluster Management
While useful for end to end automation and test scenarios, it is quite common to create ECS Clusters e.g. via the AWS Management Console upfront and only manage ECS Task Definitions, Tasks and Services from your build and deployment projects.
To configure an Amazon ECS Cluster 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 Cluster task, or click Add Task and then Amazon ECS Cluster to create a new task.
Complete the following settings:
Common to all tasks
Actions supported by this task:
Variables
All tasks support Bamboo Variable Substitution/Definition - this task's actions generate variables as follows:
Create Cluster
Creating common variables for 1 resources affected by task:
... custom.aws.ecs.cluster.resources: TC-TAWS-IT270-ECSC-29
Creating resource variables for cluster 'TC-TAWS-IT270-ECSC-29':
... custom.aws.ecs.cluster.resources.TC-TAWS-IT270-ECSC-29.ClusterName: TC-TAWS-IT270-ECSC-29
... custom.aws.ecs.cluster.resources.TC-TAWS-IT270-ECSC-29.ClusterARN: arn:aws:ecs:us-east-1:309600995652:cluster/TC-TAWS-IT270-ECSC-29
... custom.aws.ecs.cluster.resources.TC-TAWS-IT270-ECSC-29.Status: ACTIVE
Creating common variables for first resource affected by task:
Creating resource variables for cluster 'TC-TAWS-IT270-ECSC-29':
... custom.aws.ecs.cluster.first.ClusterName: TC-TAWS-IT270-ECSC-29
... custom.aws.ecs.cluster.first.ClusterARN: arn:aws:ecs:us-east-1:309600995652:cluster/TC-TAWS-IT270-ECSC-29
... custom.aws.ecs.cluster.first.Status: ACTIVE
Delete Cluster
N/A
How-to Articles
-
Questions:
-
-
Questions:
-
-
-
Questions:
Frequently Asked Questions (FAQ)
All documented Task actions support Bamboo Variable Substitution/Definition - this task generates the following variables:
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.