The objective of this post is to walk you through how to set up a completely serverless https://www.jenkins.io/ environment on https://aws.amazon.com/fargate using https://github.com/aws/aws-cdk. Jenkins is a popular open-source automation server that provides hundreds of plugins to support building, testing, deploying, and automation.

https://aws.amazon.com/ecs/ using https://aws.amazon.com/fargate/ is a fully-managed container orchestration service that helps you easily deploy, manage, and scale containerized applications.

Let’s review the code used to define the Jenkins environment in AWS using the AWS CDK.

Install packages by running the following command in your IDE CLI: Now you’ll deploy your AWS CDK definition to your dev account: Let’s now login to Jenkins

Related Articles