Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.14 KB

Pipes

A pipeline ..... for managing your pipelines

The purpose of this project is to automagically manage CodePipeline templates within an organization across multiple accounts.

You will need 3 AWS accounts:

  • cicd
  • dev
  • prod

Within the cicd account, run the Master.template through CloudFormation.

  • Name the stack 'master' or something similar (lowercase).
  • Input Id's for each account
  • Set AllEnvironmentsCreated = False
  • Leave SourceCodeCommitRepo empty

Copy down the KmsCmkArn and S3BucketName from the CloudFormation outputs section.

With the cicd, dev, and prod accounts, run Master-Environment.template through CloudFormation.

  • Pass in the KmsCmkArn and S3BucketName as parameters
  • Set environment (lowercase)
  • Set AccountId of cicd account
  • Pass in name of master stack (lowercase)

After SDLC stacks have been created, update the master stack within the cicd account.

  • Set AllEnvironmentsCreated = True

Copy this repo into the CodeCommit repo created by the master stack.

  • Modify your cfvars/Cicd.template file with your account ids

Edit your Pipelines.json file as needed. Enjoy!