How to setup CICD with Jenkins, Git, AWS EC2 and CodeDeploy

How to setup CICD with Jenkins, Git, AWS EC2 and CodeDeploy

Download
Download is available until [expire_date]
  • Version
  • Download 2
  • File Size 10.42 MB
  • File Count 1
  • Create Date April 14, 2023
  • Last Updated April 14, 2023

Problem Statement:

Setup a CI/CD pipeline using the tools your of choice(or preferably the mentioned tools).

1. It should deploy a simple web application to a server on a code push to a repository.
2. The deployed web application should be reachable on any web browser.
3. Make it scalable such that when load increases the number of servers scale up and down making sure the new servers have the updated code.

Additional Requirements:
1. Setup to be done using AWS, Jenkins, CodeDeploy
2. Jenkins should not be on the same server as the application being deployed to

Tools:

  1. Jenkins
  2. Git/Bitbucket
  3. AWS EC2
  4. AWS CodeDeploy
Spread the word:

Leave a Reply