Skip to content

Migrate ECS jenkins service to Fargate #2

@mikelax

Description

@mikelax

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions