https://github.com/ramitsurana/jenkins-docker-workflow
Sample POC for implementing Docker & Jenkins based solution for AWS
https://github.com/ramitsurana/jenkins-docker-workflow
cloudformation codepipeline docker ecs jenkins
Last synced: 4 months ago
JSON representation
Sample POC for implementing Docker & Jenkins based solution for AWS
- Host: GitHub
- URL: https://github.com/ramitsurana/jenkins-docker-workflow
- Owner: ramitsurana
- License: mit
- Created: 2017-02-17T07:28:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T11:41:15.000Z (over 9 years ago)
- Last Synced: 2025-10-14T08:15:03.019Z (9 months ago)
- Topics: cloudformation, codepipeline, docker, ecs, jenkins
- Language: Go
- Homepage:
- Size: 929 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Inspired by [Stelligent ECS CloudFormation Solution](https://stelligent.com/2016/05/26/automating-ecs-provisioning-in-cloudformation-part-1/) and [Stelligent Jenkins ECS Solution](https://stelligent.com/2016/08/24/containerized-ci-solutions-in-aws-part-1-jenkins-in-ecs/)
YAML Reference: https://github.com/microservices-today/ngp-ecs/tree/master
# Jenkins-docker-workflow
This repo is a sample POC for Jenkins-Docker-ECS Workflow.
## Introduction
We are going to build up a ECS based solution using the AWS CloudFormation Service.
## Prerequisites
* AWS Account
* AWS CLI Setup
## Setup
For getting started, the CFN template will setup nodes for an ECS cluster using an auto-scaling group.Some of the parameters used in the json file are:
* InstanceType:
This is used to define the type of EC2 insttance that you are going to use while using an ECS cluster.
* ECS Cluster:
This is the ECS Cluster parameters that are important to define as it determines the size of ECS Cluster you are building.
* Bootstrap:
This parameter is used to bootstrap the application you want to deploy along with the several constraints that you wish to define.
## License
MIT License