项目作者: msfidelis

项目描述 :
How to use ECS Cluster to build / deploy your applications with Jenkins Slaves
高级语言: HCL
项目地址: git://github.com/msfidelis/jenkins-ecs-slaves.git
创建时间: 2019-01-21T19:13:06Z
项目社区:https://github.com/msfidelis/jenkins-ecs-slaves

开源协议:MIT License

下载


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.

  1. cd terraform/
  2. terraform init
  3. terraform apply
  1. Apply complete! Resources: 17 added, 0 changed, 0 destroyed.
  2. Outputs:
  3. server_configs =
  4. Cluster Example for Jenkins Slaves
  5. Put this informations on your Jenkins master configuration.
  6. Manage Jenkins –> Configure System -> Add a new cloud -> Amazon EC2 Container Service Cloud
  7. * Cluster Name: jenkins-ecs-build
  8. * Cluster ARN: arn:aws:ecs:us-east-1:xxxxxxxxxx:cluster/jenkins-ecs-build
  9. * Cluster Region: us-east-1
  10. * Subnets ID's: subnet-0a905f91dab361f2a, subnet-05fcd0a6745b4a258
  11. * 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