Configuration for creating a CodePipeline pipeline to orchestrate the steps required to release your software in AWS. The configuration template includes options to build with other AWS Code services such as CodeBuild and CodeCommit.

The following settings are available in this template: 

  • Pipeline Name 
  • IAM Role Arn to specify the IAM role that will be used by the pipeline to interact with the AWS services in the account
  • Artifact Stores to specify the S3 bucket used by the pipeline to store its artifacts
  • Pipeline Stages to configure the different stages in the pipeline. Each stage can have multiple actions, and the actions have the following supported types: 
    • Source
    • Build
    • Test
    • Deploy
    • Approval
Items
1
Size
0.2 KB
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
  CodePipelinePipeline:
    Type: 'AWS::CodePipeline::Pipeline'
    Properties:
      RoleArn: ''
Parameters: {}
Metadata: {}
Conditions: {}

Actions



Customize Template

Pipeline Settings

Artifact Stores*

Pipeline Stages*

* Required field