Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Linked deployment guides.

Tasks for your DevOps workflows - provision and operate Amazon Web Services resources from Bamboo build and deployment projects for development, testing and disaster recovery scenarios:

 

 

 

Panel
bgColor#eeeeee

On this page:

Table of Contents

Available Tasks

AWS CloudFormation

Panel

AWS CloudFormation Stack

AWS CloudFormation Stack

Create, update or delete CloudFormation stacks defined by a template provided via URL or inline and specify template parameters and advanced options.

See Using the AWS CloudFormation Stack task in Bamboo for details.

AWS CodeDeploy

Info
Deploying to AWS CodeDeploy provides an overview for continuous delivery/deployment workflows based on the following tasks:
Panel

AWS CodeDeploy Application

Image Added

Create, update or delete CodeDeploy applications on demand.

See Using the AWS CodeDeploy Application task in Bamboo for details.

Panel

AWS CodeDeploy Deployment GroupImage Added

Create, update or delete CodeDeploy deployment groups on demand.

Panel

AWS CodeDeploy DeploymentImage Added

Create, update or delete CodeDeploy deployments on demand.

AWS Elastic Beanstalk

Info
Deploying to AWS Elastic Beanstalk provides an overview for continuous delivery/deployment workflows based on the following tasks:
Panel

AWS Elastic Beanstalk Application

Create, update or delete Elastic Beanstalk applications on demand.

See Using the AWS Elastic Beanstalk Application task in Bamboo for details.

Panel

AWS Elastic Beanstalk Application Version

Create, update or delete Elastic Beanstalk application versions on demand.

Panel

AWS Elastic Beanstalk Environment

Create, update, rebuild, restart, swap or terminate Elastic Beanstalk environments on demand.

AWS Security Token Service (STS)

Panel

AWS Credentials Variables

Image Added

Provide temporary AWS Security Credentials as Bamboo variables for use in tasks and tools not integrated with Identity Federation for AWS, for example the AWS Command Line Interface (AWS CLI).

Amazon EC2

Panel

Amazon EBS Snapshot

Amazon EBS Snapshot

Create, delete or backup snapshots of Elastic Block Store volumes; in particular, the Task provides backup management with retention handling and backup set correlation.

See Using the Amazon EBS Snapshot task in Bamboo for details.

Panel

Amazon EC2 Image

Amazon EC2 Image

Create, delete or backup images of EBS backed Elastic Compute Cloud instances; in particular, the Task provides backup management with retention handling and backup set correlation.

See Using the Amazon EC2 Image task in Bamboo for details.

Panel

Amazon EC2 Instance

Amazon EC2 Instance

Start, stop or reboot provisioned Elastic Compute Cloud instances on demand, e.g. only when needed by the build itself (development) or at specific times of the day (operations).

See Using the Amazon EC2 Instance task in Bamboo for details.

Amazon EC2 Container Service (ECS)

Info
Deploying to Amazon ECS provides an overview for continuous delivery/deployment workflows based on the following tasks:
Panel

Amazon ECS Cluster

Image AddedCreate or delete ECS clusters.

See Using the Amazon ECS Cluster task in Bamboo for details.

Panel

Amazon ECS Service

Image AddedCreate, update or delete ECS services.

See Using the Amazon ECS Service task in Bamboo for details.

Panel

Amazon ECS Task

Image AddedRun, start or stop ECS task.

See Using the Amazon ECS Task task in Bamboo for details.

Panel

Amazon ECS Task Definition

Image AddedRegister ECS task definitions.

See Using the Amazon ECS Task Definition task in Bamboo for details.

Amazon S3

Panel

Amazon S3 Object

Amazon S3 Object

Upload, download, delete or copy Structured Storage Service objects (files); in particular you can upload your Bamboo job's build artifacts or select local files and directories (optionally via Ant Patterns) - when addressing S3 objects (files), it matches those by key prefix, which allows to operate on multiple objects at once (virtual directories resp. folder hierarchies).

See Using the Amazon S3 Object task in Bamboo for details.

 

Bamboo Variable Substitution/Definition

See Bamboo Variable Substitution/Definition for details.

AWS Configuration

AWS Security Credentials

The AWS credentials need to be specified for each task currently, which can be cumbersome quickly. Pending a more generic solution, it is already possible to ease this a bit via variable substitution as follows:

  • configure Access Key and Secret Key as e.g. ${bamboo.awsAccessKeyPassword} and ${bamboo.awsSecretKeyPassword}
  • define plan and/or global variables for the configured variable names (i.e. awsAccessKeyPassword and awsSecretKeyPassword given this example) with the actual credentials, which will then be substituted on task execution accordingly

    See  AWS Security Credentials for details.

    AWS Client Configuration

    See AWS Client Configuration for details.