Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate ECS jenkins service to Fargate #2

Open
mikelax opened this issue Apr 24, 2018 · 0 comments
Open

Migrate ECS jenkins service to Fargate #2

mikelax opened this issue Apr 24, 2018 · 0 comments

Comments

@mikelax
Copy link

mikelax commented Apr 24, 2018

Overview

Thanks for putting together the blog posts and example scripts for setting up jenkins in multiple infrastructures. We have recently moved all our applications over to docker on ECS. One of the remaining tasks is to migrate our jenkins set up, and that is when I found your blog posts.

We are using AWS Fargate for all our applications and so far have been very happy with it.

Changes

Refactor the 05 example to use Fargate instead of EC2.

I think the bulk of the changes would entail, though I am sure there would be additional smaller changes:

  • Remove JenkinsECSLaunchConfiguration
  • Refactor JenkinsECSService to have a LaunchType of FARGATE, and other misc. changes
  • Refactor JenkinsMasterTaskDefinition to have RequiresCompatibilities of [FARGATE]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant