---
title: "Setting Up a CI/CD Pipeline Using AWS and Jenkins: Beginner’s Guide"
url: https://daily.dev/posts/setting-up-a-ci-cd-pipeline-using-aws-and-jenkins-beginner-s-guide-vsywxb0nw
source_url: https://aws.plainenglish.io/setting-up-a-ci-cd-pipeline-using-aws-and-jenkins-cbfe4fc28c61
type: article
source: "AWS in Plain English"
published: 2024-05-28T16:13:32.877Z
updated: 2024-08-28T09:46:42.585Z
tags: ["aws", "github", "cicd", "jenkins", "maven"]
reading_time: 6
upvotes: 56
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Setting Up a CI/CD Pipeline Using AWS and Jenkins: Beginner’s Guide

**[AWS in Plain English](https://daily.dev/sources/awsplainenglish)** · 6 min read · 56 upvotes · 0 comments

## Summary

Learn how to set up a CI/CD pipeline using AWS and Jenkins with Maven. The pipeline consists of a CI instance, CD instance, and S3 bucket. Jenkins is connected to GitHub via webhooks for triggering builds. Maven is used for building automation. The built package is deployed to an S3 bucket and continuously monitored by the CD instance for deployment to the production environment. The deployment status is displayed using CD EC2 CLI.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://aws.plainenglish.io/setting-up-a-ci-cd-pipeline-using-aws-and-jenkins-cbfe4fc28c61>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#github](https://daily.dev/tags/github), [#cicd](https://daily.dev/tags/cicd), [#jenkins](https://daily.dev/tags/jenkins), [#maven](https://daily.dev/tags/maven)

[View this post on daily.dev](https://daily.dev/posts/setting-up-a-ci-cd-pipeline-using-aws-and-jenkins-beginner-s-guide-vsywxb0nw)
