tjfamodu / jenkins-ecs-slaves

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Jenkins with ECS Slaves - Example 👋

Twitter: fidelissauro

Logo

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

Architecure

Architecture

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

About

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

License:MIT License


Languages

Language:HCL 89.3%Language:Dockerfile 6.5%Language:Groovy 4.2%