Skip to content

This project sets up a Jenkins server integrated with AWS S3 to reduce operational costs. Jenkins job histories are archived periodically and moved into **S3 Glacier Deep Archive** storage class using AWS CLI.

Notifications You must be signed in to change notification settings

kaushalacts/jenkins-finops-cost-reduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins FinOps CI/CD Cost Reduction

This project sets up a Jenkins server integrated with AWS S3 to reduce operational costs. Jenkins job histories are archived periodically and moved into S3 Glacier Deep Archive storage class using AWS CLI.


🚀 Features

  • Automatically archives old Jenkins jobs/logs to S3
  • Reduces EBS volume and storage costs
  • Integrates with Jenkins CI/CD setup
  • Applies FinOps principles to optimize infrastructure spend
  • Uses AWS CLI and simple shell scripting

🧱 Architecture

image

Flow:

  1. Jenkins server hosts CI/CD jobs
  2. s3_job_archive.sh scans and compresses job history
  3. Compressed archives are pushed to an S3 bucket
  4. Archives are stored using the GLACIER_DEEP_ARCHIVE storage class

About

This project sets up a Jenkins server integrated with AWS S3 to reduce operational costs. Jenkins job histories are archived periodically and moved into **S3 Glacier Deep Archive** storage class using AWS CLI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages