https://github.com/docker-production-aws/microtrader-pipeline
Ansible playbook and CloudFormation template for deploying a continuous delivery pipeline using CodePipeline, CodeBuild and CloudFormation
https://github.com/docker-production-aws/microtrader-pipeline
aws aws-cloudformation aws-codebuild aws-codepipeline continuous-delivery github infrastructure-as-code pluralsight
Last synced: 4 days ago
JSON representation
Ansible playbook and CloudFormation template for deploying a continuous delivery pipeline using CodePipeline, CodeBuild and CloudFormation
- Host: GitHub
- URL: https://github.com/docker-production-aws/microtrader-pipeline
- Owner: docker-production-aws
- License: mit
- Created: 2017-11-26T02:09:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T07:29:49.000Z (over 7 years ago)
- Last Synced: 2025-03-30T23:31:39.697Z (about 1 month ago)
- Topics: aws, aws-cloudformation, aws-codebuild, aws-codepipeline, continuous-delivery, github, infrastructure-as-code, pluralsight
- Language: Makefile
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker in Production using AWS Microtrader Pipeline Playbook
## Introduction
This repository is part of the [Docker in Production using Amazon Web Services](https://app.pluralsight.com/library/courses/docker-production-using-amazon-web-services/table-of-contents) course material, and provides an Ansible playbook for creating a continuous delivery pipeline that uses the AWS CodePipeline, CodeBuild and CloudFormation services.
## Branches
This repository contains two branches:
- [`master`](https://github.com/docker-production-aws/microtrader-pipeline/tree/master) - represents the initial starting state of the repository as viewed in the course. Specifically this is an empty repository that you are instructed to create in the module **Continuous Delivery Using CodePipeline**.
- [`final`](https://github.com/docker-production-aws/microtrader-pipeline/tree/final) - represents the final state of the repository after completing all configuration tasks as described in the course material.
> The `final` branch is provided as a convenience in the case you get stuck, or want to avoid manually typing out large configuration files. In most cases however, you should attempt to configure this repository by following the course material.
To clone this repository and checkout a branch you can simply use the following commands:
```
$ git clone https://github.com/docker-production-aws/packer-ecs.git
...
...
$ git checkout final
Switched to branch 'final'
$ git checkout master
Switched to branch 'master'
```## Errata
No known issues.
## Further Reading
Please see the README of the [AWS Starter repository](https://github.com/docker-production-aws/aws-starter) for instructions on how to use the Ansible playbook included with this repository.