jenkins-ecs-slaves

How to use ECS Cluster to build / deploy your applications with Jenkins Slaves

MIT License

Stars
17
Committers
1

How to use ECS Cluster to build / deploy your applications with Jenkins Slaves

Architecure

Create Cluster with Terraform - Example for testing.

cd terraform/
terraform init
terraform apply
Apply complete! Resources: 17 added, 0 changed, 0 destroyed.

Outputs:

server_configs =

Cluster Example for Jenkins Slaves

Put this informations on your Jenkins master configuration.

Manage Jenkins > Configure System  -> Add a new cloud -> Amazon EC2 Container Service Cloud

* Cluster Name: jenkins-ecs-build
* Cluster ARN: arn:aws:ecs:us-east-1:xxxxxxxxxx:cluster/jenkins-ecs-build
* Cluster Region: us-east-1
* Subnets ID's: subnet-0a905f91dab361f2a, subnet-05fcd0a6745b4a258
* Security Group for your task: sg-02afde594f30c786f

Docs

Author

Matheus Fidelis

Show your support

Give a if this project helped you!


This README was generated with by readme-md-generator