Skip to content

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

License

Notifications You must be signed in to change notification settings

msfidelis/jenkins-ecs-slaves

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published