Guided Walkthroughs
Step-by-step configuration wizards for your environment
Dedicated Security Account
AWS Backup Strategy
VPC Connectivity Setup
Automated Patching
All Guides
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:
AWSTemplateFormatVersion: "2010-09-09"
Description: ""
Resources:
CodePipelinePipeline:
Type: "AWS::CodePipeline::Pipeline"
Properties:
RoleArn: ""
Parameters: {}
Metadata: {}
Conditions: {}