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]
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:
LaunchTypeof FARGATE, and other misc. changesRequiresCompatibilitiesof [FARGATE]