
Closed
Posted
Paid on delivery
I’m looking to bring a seasoned DevOps mind on board to tighten up our AWS workflow. The immediate focus is three-fold: 1. Turn our manual deployments into a clean CI/CD stream. We already run Jenkins, so I need multi-stage pipelines built and wired to our repos, complete with automated testing and blue-green or canary releases where it makes sense. 2. Express the entire stack in Terraform. Every VPC, subnet, security group, EKS cluster, and supporting service should be reproducible from code and kept in version control so we can spin up identical environments on demand. 3. Add robust monitoring and logging. Think CloudWatch metrics and logs, sensible alarms, dashboards, and log retention policies that let the team trace issues quickly without drowning in noise. You’ll be working inside AWS exclusively; alternatives like Azure or GCP aren’t on the table for this project. If you can demonstrate previous Jenkins + Terraform success stories and clearly outline how you’ll measure a successful rollout, let’s talk. Deliverables I expect: • Production-ready Jenkins pipeline definitions checked into Git • Terraform modules and state setup, with a README covering bootstrap and destroy commands • Monitoring dashboards and alert rules active in our AWS account • A brief hand-off session (recorded) walking through the new workflow and IaC repository structure Everything should land in our existing GitHub org, pass code review, and deploy end-to-end without manual tweaks. Looking forward to your approach.
Project ID: 40652346
35 proposals
Remote project
Active 23 hours ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
35 freelancers are bidding on average $87 USD for this job

Hi there, I have over 10 years work experience with linux, aws (certified x2) and terraform/CI-CD/k8s and strategies like these. Ping me and I'll help you out. Cheers --- Price bid is only a formality and really depends on the task.
$50 USD in 1 day
6.0
6.0

Hi, I came across your post and I’m interested in helping with the AWS DevOps project. I have hands-on experience with Kubernetes/EKS, Docker, CI/CD, Jenkins, Terraform, AWS infrastructure, monitoring, and infrastructure troubleshooting. Your focus on making deployments fully automated, managing the infrastructure as code, and improving observability is very aligned with my experience. I’d be happy to discuss the current AWS/Jenkins setup, understand the existing architecture, and propose an approach for the CI/CD pipelines, Terraform structure/state management, and CloudWatch monitoring. I can also share my CV and relevant experience/projects if helpful. Would be glad to discuss the project further.
$50 USD in 7 days
5.4
5.4

Hi, I’m interested in helping you build this AWS DevOps pipeline. I have 10+ years of hands-on experience with AWS, Jenkins, Terraform, EKS, GitHub Actions, CI/CD, CloudWatch, and production infrastructure. I can set up multi-stage Jenkins pipelines with automated testing and blue-green/canary deployments, convert the AWS environment into reusable Terraform modules with proper remote state, and implement CloudWatch monitoring, dashboards, alarms, and log retention. I’ll also provide clean documentation and a recorded handoff. Success would mean reproducible infrastructure, fully automated deployments, reliable rollback, and clear production observability without manual deployment steps. Thanks
$30 USD in 7 days
5.5
5.5

Hi! Here's how I'd approach this AWS DevOps setup, in your three parts: (1) CI/CD - build multi-stage Jenkins pipelines (build > test > deploy) wired to your repos, with automated tests as a gate and blue-green or canary release stages where it reduces risk; pipeline definitions committed as Jenkinsfiles in Git. (2) Terraform - express the whole stack (VPC, subnets, security groups, EKS cluster and supporting services) as reusable modules with remote state (S3 + DynamoDB lock), so environments are reproducible and version-controlled, plus a README with bootstrap/destroy commands. (3) Monitoring - CloudWatch metrics, logs, sensible alarms and dashboards, with log-retention policies so the team can trace issues without noise. Everything lands in your GitHub org, passes review, and deploys end-to-end without manual tweaks, with a recorded hand-off walkthrough. To scope it accurately: is the EKS cluster already running or does it need provisioning, roughly how many services/pipelines, and do you have an existing Terraform state or are we starting fresh? Happy to confirm a milestone plan once I know that. (Note: the posted $10-30 bracket is well below where a full Jenkins + Terraform + EKS + monitoring build lands - I've bid to open the conversation, and we can align on a realistic milestone figure for the actual scope.)
$30 USD in 10 days
4.3
4.3

Hi, Your AWS infrastructure strategy aligns well with building a resilient, fully automated deployment pipeline. We can modularize your complete stack into reusable Terraform modules (VPC, EKS, Security Groups) with remote state locking, while configuring Jenkins declarative pipelines to handle automated testing and blue-green/canary deployments to EKS. CloudWatch alarms and custom dashboards will be wired directly via IaC for full observability. Our team has executed similar AWS migrations, turning manual workflows into push-button GitOps deployments. Deliverables will include clean Git-stored Jenkinsfiles, version-controlled Terraform code, active CloudWatch metrics, and a recorded walkthrough for your team. Are your EKS applications already containerized with Helm charts, or will the Jenkins pipeline handle image builds directly? Let's discuss your preferred repository layout. Regards Solutionzhere
$30 USD in 7 days
3.3
3.3

Hi, I’m Sahanaj. I’ve built AWS CI/CD platforms with Jenkins + Terraform + EKS, including production blue-green/canary releases and CloudWatch observability. I’ll turn the current manual process into a Git-driven pipeline with automated tests, controlled deployments and rollback. In parallel, I’ll modularize the VPC, networking, security groups, EKS and supporting AWS services into reusable Terraform with properly managed state. CloudWatch dashboards, alarms, log retention and actionable alerting will complete the setup. Timeline: 10–14 days Fixed price: $750 USD Your $10–30/hr range is workable for maintenance, but this production-grade scope needs a higher budget. I can start with an architecture review.
$750 USD in 10 days
3.3
3.3

Three clear workstreams, and I would sequence them deliberately: Terraform first, then pipelines, then release strategy. Building blue-green deployments on top of hand-clicked infrastructure means the pipeline can deploy but not recreate — and the recreate is what you actually need at 3am. How I would work: - Terraform the existing stack with state in S3 and DynamoDB locking, modules per component, environments as workspaces or separate state. Import what exists rather than recreating it, so nothing is disturbed. - Jenkins multi-stage pipelines wired to your repos: build, test, artifact, deploy, with the same artifact promoted through environments rather than rebuilt. - Blue-green where the service supports it and the traffic shift is genuinely reversible. Canary only where you have the metrics to judge a bad release automatically — canary without good signals is just a slower deploy. - Rollback tested, not assumed. Background: CI/CD pipelines, Docker and Kubernetes in production, AWS deployments I run and maintain daily. Infrastructure-as-code is how I work rather than something I recommend. Honest note: your budget is set at $10-30, which does not match the scope described here — that is genuinely several days of work. I have bid at your maximum to start the conversation, but I would want to agree a realistic scope or budget before starting rather than promise all three workstreams at this level. Questions: what runs on AWS today — EC2, ECS, EKS? And how many services and environments? Martin
$30 USD in 3 days
3.0
3.0

I will start by auditing your existing Jenkins jobs to identify the friction points in your current manual deployment process. My first step is to containerize the build environment to ensure consistency across stages, then move toward a declarative Jenkinsfile approach that integrates directly with your GitHub webhooks. For the blue-green deployment requirement, I will configure the traffic shifting logic within your EKS ingress controllers to ensure zero-downtime rollouts. For the infrastructure, I will build modular Terraform code that treats your networking and EKS clusters as immutable objects. I prefer using remote state management with S3 and DynamoDB locking to prevent state corruption. This setup ensures that your environment is truly ephemeral and reproducible. For the monitoring layer, I will implement structured logging in CloudWatch and define specific CloudWatch Alarm thresholds based on your service's latency and error rates, filtering out the noise to focus only on actionable alerts. My experience with this stack comes from managing production AWS environments using Docker, Kubernetes, and Terraform, where I focused on reducing manual toil in CI/CD pipelines. We can measure the success of this rollout by the reduction in deployment time and the ability to spin up a clean, isolated staging environment from scratch using only your Terraform modules. Are you available for a brief call tomorrow to discuss your current GitHub repository structure and the...
$13 USD in 4 days
1.6
1.6

Scope understanding: Your AWS workflow needs to move beyond manual releases—toward reproducible Terraform, safer deployments, and actionable monitoring. Who we are: SCAIMLON LABS PVT. LTD. is a Bengaluru & Chennai-based Cloud MSP and certified Microsoft Azure, AWS, and Google Partner. Your Ask: You want to replace manual AWS deployments with production-ready Jenkins CI/CD, manage VPC, EKS, and supporting infrastructure through Terraform, and establish actionable CloudWatch monitoring with safe release strategies. Deliverables: We will configure multi-stage Jenkins CI/CD pipelines, using Terraform, EKS, GitHub, and CloudWatch, and deliver automated testing, safe deployments, reusable IaC, and actionable monitoring. Our Solution Approach: Jenkins CI/CD, Terraform IaC, EKS deployment, CloudWatch monitoring, Handover Relevant Experience: Firepack faced fragmented AWS infrastructure and manual deployments. Using Terraform, AWS ECS, ECR, ALB and GitHub Actions, we standardized IaC and automated deployments, delivering a scalable, production-ready platform with clear documentation. Call To Action: If you need a production-ready AWS workflow with automated Jenkins deployments, reusable Terraform, and actionable monitoring, SCAIMLON LABS is ready to deliver. Happy to jump on a quick call to walk you through our approach before you decide.
$30 USD in 7 days
1.1
1.1

When Jenkins runs on dynamic EC2 workers, a sudden instance termination can break the blue-green deployment flow. I'll set up a multi-stage pipeline that stores artifacts in S3 and uses health-check gates before traffic shift. Ready to start immediately and lock down the Terraform modules for VPC, EKS and security groups. A common pitfall is hard-coding CloudWatch alarm thresholds, which later cause false alerts as traffic grows. I'll create parameterized alarm templates and dashboards that pull metrics from the same namespace, keeping noise low. Can start right away and deliver the full CI/CD, IaC and monitoring setup.
$20 USD in 4 days
0.0
0.0

Manual deploys across VPC, EKS, and Jenkins mean one missed staging step drifts into prod, and rollback stops being a button. The real constraint is identical environments from code so a bad deploy can be reverted with confidence. - No public DevOps repo to link yet. Closest production reference is a multi-tenant SaaS we deployed, where environment drift between staging and prod caused config bugs; that's the exact failure mode Terraform state locking and pipeline gates prevent here. What this covers: - Jenkins multi-stage pipelines wired to GitHub repos, with automated tests and blue-green or canary release paths. - Terraform modules for VPC, subnets, security groups, EKS, and supporting services, with S3 state locking and a README for bootstrap/destroy. - CloudWatch metrics, logs, alarms, and dashboards with retention that cuts noise but keeps debugging context. - Recorded hand-off and code review pass in your GitHub org. Delivery structure: Phase 1, days 1-5: Jenkins pipeline scaffolding and repo webhooks. Phase 2, days 6-12: Terraform core networking and state setup. Phase 3, days 13-20: EKS via Terraform and release strategy. Phase 4, days 21-28: monitoring, alerting, retention, hand-off. Posted budget won't cover all three tracks; we'd phase it and start with pipeline plus Terraform core, leaving EKS and monitoring for the next slice. I'll handle the pipeline and IaC work directly, with a second engineer reviewing changes before merge. Open the GitHub repo and AWS account to me today and the first artifact I return is a staged Jenkinsfile plus a Terraform bootstrap branch for review, not a plan deck. Best regards, Mohammad Juned
$30 USD in 15 days
0.0
0.0

Hello, I’d be happy to help automate and improve your AWS DevOps workflow. I can build production-ready Jenkins CI/CD pipelines connected to GitHub, including multi-stage builds, automated testing, and blue-green or canary deployments where appropriate. I can also use Terraform to make your AWS infrastructure fully reproducible, covering VPCs, subnets, security groups, EKS, and supporting services, with everything version-controlled and documented. For monitoring, I can configure CloudWatch dashboards, metrics, logs, alarms, and retention policies to provide clear visibility and faster troubleshooting. My approach focuses on: - Jenkins + GitHub CI/CD automation - Terraform-based AWS infrastructure - Secure and reproducible environments - CloudWatch monitoring and centralized logging - Clear documentation and hand-off - Code review and end-to-end deployment validation The final solution will be clean, maintainable, and ready for code review and end-to-end deployment without manual configuration. I’m available to start immediately and can adapt the implementation to your existing AWS and Jenkins environment. Let's discuss how we can perfect your AWS workflow together.
$15 USD in 1 day
0.0
0.0

Hi, I’m interested in helping you automate and standardize your AWS DevOps workflow. I have 4.5+ years of hands-on experience with AWS, Jenkins, Terraform, Docker, Kubernetes, CI/CD, ECR and CloudWatch. I can deliver: • Production-ready multi-stage Jenkins pipelines integrated with GitHub, including build, testing, Docker image creation, ECR push, deployment, health checks and rollback. Blue-green/canary deployments can be implemented where appropriate. • Modular Terraform infrastructure covering VPC, subnets, security groups, IAM, EKS and supporting AWS services, with remote state, reusable environments and complete bootstrap/destroy documentation. • CloudWatch monitoring with dashboards, metrics, logs, actionable alarms and appropriate retention policies. Everything will be committed to your GitHub organization, follow code-review practices, and be validated end-to-end without manual deployment changes. I’ll also provide a recorded handover covering the Jenkins workflow, Terraform structure and operational process. My proposed fixed price is $1,350, assuming the existing AWS/Jenkins environment is accessible and the scope remains within the requirements provided. I’d be happy to review your current architecture and start with a clear implementation plan. Regards, Rohit
$1,350 USD in 20 days
0.0
0.0

I am a Cloud & DevOps Engineer experienced in Docker, Linux, networking, automation, and cloud infrastructure.
$20 USD in 7 days
0.0
0.0

Dear Client, As an AWS Certified Solutions Architect with 5+ years of DevOps experience, I specialize in building reproducible cloud architectures and automated delivery pipelines. I am ready to tighten your AWS workflow with zero manual intervention. Key Execution Areas: Jenkins CI/CD: Build multi-stage, declarative Jenkinsfile pipelines integrated with GitHub, embedding automated test gates and canary/blue-green deployments for zero-downtime releases. Modular Terraform: Express VPCs, subnets, security groups, and EKS clusters as clean, version-controlled IaC with remote S3/DynamoDB state locking and detailed bootstrap/destroy documentation. Observability: Set up CloudWatch dashboards for EKS/ALB health, precise anomaly alerting via SNS, and optimized log retention policies to eliminate noise. Proven Impact:Cut deployment cycle times by 50% via Jenkins automation. Standardized multi-tier cloud infrastructure with Terraform. Reduced incident MTTR by 40% through centralized monitoring and actionable alerts. Success Metrics: 100% automated deployments from Git merge, fully reproducible multi-environment IaC, and a recorded walkthrough session of all configurations. Best regards, Dharaneesha V AWS Certified Solutions Architect
$20 USD in 5 days
0.0
0.0

Hello, I’m interested in helping you improve and automate your AWS deployment workflow. I have hands-on experience with AWS, Jenkins, Terraform, Git, Linux, Docker, and CI/CD automation. I can help you: * Build multi-stage Jenkins pipelines integrated with GitHub repositories. * Automate build, testing, and deployment workflows. * Implement blue-green or canary deployments where appropriate. * Create reusable Terraform modules for VPCs, subnets, security groups, EKS, and supporting AWS services. * Configure remote Terraform state and organize infrastructure for multiple environments. * Set up CloudWatch metrics, logs, alarms, dashboards, and retention policies. * Document the Terraform setup, including bootstrap, deployment, and destroy procedures. My goal will be to ensure that deployments run reliably with minimal or no manual intervention and that the complete AWS infrastructure can be reproduced consistently using Terraform. I will work within your existing GitHub organization, follow code review practices, and ensure all pipeline and infrastructure code is properly version controlled. I can also provide a handover session explaining the CI/CD workflow and Terraform repository structure. I would be happy to review your current AWS architecture, Jenkins setup, and repositories and propose the best implementation approach. Thank you for considering my proposal. I look forward to working with you. Best regards, **Mohd Abdul Younus**
$35 USD in 14 days
0.0
0.0

I work with AWS, Terraform, Kubernetes, Docker and CI/CD on a daily basis as part of my professional DevOps work. This is not just theoretical knowledge — I design, deploy, troubleshoot and maintain production infrastructure regularly. I can quickly understand your existing environment and implement a reliable, practical solution.
$20 USD in 7 days
0.0
0.0

To deliver a clean, production-grade AWS setup without overcomplicating maintenance, I will implement a standardized, modular DevOps blueprint for your GitHub organization. Here is what I will deliver for the milestone: 1. Modular Terraform Stack (IaC): • Ready-to-use Terraform modules for VPC, public/private subnets, Security Groups, and EKS. • Remote state configured with S3 backend and DynamoDB state locking. • Step-by-step README with bootstrap (`terraform init/apply`) and clean teardown instructions. 2. Production Jenkins Pipeline (`Jenkinsfile`): • Declarative multi-stage pipeline checked directly into your repo: Code Checkout ➔ Unit Tests ➔ Docker Build/ECR Push ➔ Deploy to EKS. • Health-check validation stage for zero-downtime rolling/canary updates. 3. Core Observability & Monitoring: • CloudWatch Dashboard for key EKS and infrastructure metrics (CPU, Memory, 5xx errors). • Critical alert rules with SNS email notifications + 14/30-day log retention setup to keep costs low. 4. Handoff: • Clean Git pull request ready for review. • A 5-minute recorded video walkthrough explaining the code structure and how to run/destroy the stack. How rollout success is measured: ✔ 1-click end-to-end execution from GitHub commit to EKS deployment. ✔ 100% infrastructure reproducibility via Terraform without manual AWS console clicks. Ready to connect to your GitHub repo and begin immediately.
$30 USD in 9 days
0.0
0.0

I’m looking to bring a seasoned DevOps mind on board to tighten up our AWS workflow. The immediate focus is three-fold: 1. Turn our manual deployments into a clean CI/CD stream. We already run Jenkins, so I need multi-stage pipelines built and wired to our repos, complete with automated testing and blue-green or canary releases where it makes sense. 2. Express the entire stack in Terraform. Every VPC, subnet, security group, EKS cluster, and supporting service should be reproducible from code and kept in version control so we can spin up identical environments on demand. 3. Add robust monitoring and logging. Think CloudWatch metrics and logs, sensible alarms, dashboards, and log retention policies that let the team trace issues quickly without drowning in noise. You’ll be working inside AWS exclusively; alternatives like Azure or GCP aren’t on the table for this project. If you can demonstrate previous Jenkins + Terraform success stories and clearly outline how you’ll measure a successful rollout, let’s talk. Deliverables I expect: • Production-ready Jenkins pipeline definitions checked into Git • Terraform modules and state setup, with a README covering bootstrap and destroy commands • Monitoring dashboards and alert rules active in our AWS account • A brief hand-off session (recorded) walking through the new workflow and IaC repository structure
$10 USD in 7 days
0.0
0.0

Hi, I’m a Junior DevOps Engineer with hands-on experience in AWS, Terraform, Docker, Kubernetes, Linux, and CI/CD. I can help you with your DevOps requirements and provide a clean, reliable, and well-documented solution. I’m committed to understanding your requirements, communicating clearly, and completing the work on time. I’d be happy to discuss your project and get started.
$20 USD in 7 days
0.0
0.0

Ichalkaranji, India
Member since Apr 21, 2021
₹600-1500 INR
$15-25 USD / hour
₹1500-12500 INR
₹12500-37500 INR / hour
$15-25 USD / hour
$8-15 USD / hour
$15-25 USD / hour
₹12500-37500 INR
$30-250 USD
₹12500-37500 INR
$8-15 USD / hour
₹12500-37500 INR
₹37500-75000 INR
₹12500-37500 INR
₹100-400 INR / hour
₹12500-37500 INR
$1500-3000 USD
$30-250 USD
$15-25 USD / hour
₹1500-12500 INR