Listing Thumbnail

    Perimattic Managed Jenkins - CI/CD Automation Server on AWS

     Info
    Deployed on AWS
    Production-ready Jenkins with full root access, automated backups, and security hardening - a self-hosted CI/CD server for build, test, and deployment automation on AWS.

    Overview

    This fully managed Jenkins solution delivers a production-ready CI/CD automation server on AWS, built on Ubuntu 24.04 LTS. Every instance is pre-configured with security best practices, performance optimizations, and automated operations.

    Key Features

    Complete CI/CD Platform Jenkins pre-configured with Pipeline support, Blue Ocean UI, common build tool plugins, and Docker integration for containerized builds.

    Automated Backup and Recovery Pre-configured daily backups of Jenkins home with 7-day retention. One-command restore for fast disaster recovery.

    Security Hardened UFW firewall pre-configured, HTTPS-ready, CSRF protection enabled, role-based access control, and latest security patches applied.

    Performance Optimized JVM heap, executor count, and build queue settings tuned for the selected instance type.

    Use Cases Continuous integration and automated testing Continuous deployment to AWS, Kubernetes, and on-premises Infrastructure as Code pipeline automation (Terraform, CloudFormation) Multi-branch pipeline management for monorepos Artifact building and Docker image publishing Scheduled job execution and cron-like automation

    Getting Started Launch the AMI from AWS Marketplace on your preferred instance type SSH into your instance and follow the interactive setup wizard Access Jenkins, install plugins, and create your first pipeline

    Book a free setup consultation at https://cal.com/gaurav-pareek-perimattic/marketplace-setup-consultations  or email us at aws-support@perimattic.com .

    Support Managed and supported by Perimattic, a cloud infrastructure company with 13+ years of experience serving global clients. We offer free setup assistance, custom integrations, infrastructure consulting, and 24/7 support.

    Highlights

    • Self-Hosted CI/CD with 1800+ Plugins: Complete Jenkins with Pipeline support, Blue Ocean UI, and Docker integration. No per-user pricing or build-minute limits.
    • Automated Daily Backups: Pre-configured backups with 7-day retention and one-command restore. Keep your pipelines and configurations secure within your infrastructure.
    • 24/7 Expert Support by Perimattic: 13+ years of cloud infrastructure expertise with free setup assistance, pipeline architecture guidance, and dedicated support at aws-support@perimattic.com.

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 24.04

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Perimattic Managed Jenkins - CI/CD Automation Server on AWS

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (8)

     Info
    Dimension
    Cost/hour
    t2.medium
    Recommended
    $0.05
    t2.large
    $0.05
    t2.xlarge
    $0.05
    t3.medium
    $0.05
    t3.large
    $0.05
    t3.xlarge
    $0.05
    m5.large
    $0.05
    m5.xlarge
    $0.05

    AI Insights

     Info

    Dimensions summary

    You pay by the hour based on the AWS EC2 instance size you run this managed Jenkins server on. The eight options fall into three families. The t2 group (medium, large, xlarge) and t3 group (medium, large, xlarge) are general-purpose burstable instances. The m5 group (large, xlarge) offers balanced compute and memory. Within each family, the medium, large, and xlarge labels reflect increasing CPU and memory capacity. Pricing scales with the size and family you pick. You are billed only for the hours each instance runs, with no upfront commitment.

    Top-of-mind questions for buyers

    Software charges meter running hours only. A fully powered-off instance stops accruing the hourly software fee. You may still pay underlying AWS storage costs for the attached disk while the instance is stopped, but the managed software billing tracks active running time.
    The rate covers a managed Jenkins server on the chosen EC2 instance size. Perimattic handles provisioning, SSL, monitoring, automated backups, security patches, and updates. You run the CI/CD server without setting up infrastructure or managing servers yourself.
    You are billed per hour for whichever instance size runs. If you move from a t3.large to an m5.xlarge, the new hourly rate applies once that instance runs. There is no upfront commitment, so you can change sizes as workload needs shift.
    perimattic.com
    Helpful?

    Vendor refund policy

    For any questions or concerns, please contact: Perimattic.com Email: aws-support@perimattic.com 

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes
    1. Initial automated setup workflow added, enabling first-boot configuration without manual steps.
    2. Domain mapping configuration included, with guided DNS validation before enabling HTTPS.
    3. Automatic SSL provisioning integrated using Certbot + Let's Encrypt, ensuring secure TLS deployment.
    4. Apache reverse proxy configured to route HTTPS requests to Jenkins securely.
    5. Admin account auto-creation implemented, with randomized, securely generated password stored in .env.
    6. Jenkins setup wizard disabled to allow immediate use after first boot.
    7. Docker-based Jenkins deployment included, ensuring consistent and easily maintainable build environments.
    8. Failsafe execution mechanism added, automatically retrying setup on transient failures or interruptions.
    9. Progress bar and setup feedback messages improved, providing visibility during initial deployment steps.
    10. Persistent data storage configured under /opt/app/data to ensure upgrades and reboots do not affect Jenkins jobs or settings.

    Additional details

    Usage instructions

    1. Launch an Instance

      From AWS Marketplace, click Continue to Subscribe and then Continue to Configuration to launch the AMI.

    2. Choose the Recommended Instance Type

      Select t2.medium or higher for stable performance and smooth Jenkins pipeline execution.

    3. Configure Security Group

      Allow inbound traffic on the following ports:

      • 22 (SSH) - For secure terminal access

      • 80 (HTTP) - Required temporarily during SSL validation

      • 443 (HTTPS) - To securely access the Jenkins web UI

    4. Connect to the Instance

      ssh -i <your-key.pem> ubuntu@<public-ip>

    5. First-Boot Setup

      On first run, the AMI performs an automatic guided setup:

      • Detects your server's public IP
      • Prompts for the domain name to be mapped to Jenkins (e.g., jenkins.example.com)
      • Validates DNS to confirm the domain points to this instance
      • Requests admin email (used for SSL & notifications)
      • Configures Apache as a reverse proxy for secure HTTPS access
      • Automatically requests and installs a Let's Encrypt SSL certificate
      • Creates the initial Jenkins root user with a securely generated password

      After setup completes, Jenkins starts automatically and becomes accessible via HTTPS.

    6. Configure DNS

      Before or during setup, create this DNS A record:

      your-domain.com <your-instance-public-IP>

      The setup script will automatically detect DNS propagation and continue once the mapping is correct.

    7. Automatic SSL Setup

      Once DNS resolves correctly:

      • A free SSL certificate is issued from Let's Encrypt
      • HTTPS is enabled and enforced
      • All traffic is securely routed to Jenkins
    8. Start or Restart Jenkins Manually (if needed)

      cd /opt/app docker compose ps docker compose restart

    9. Access Jenkins Web UI

      Open your browser and visit:

      https://<your-domain>

    10. Login Credentials

    Your Jenkins login credentials are stored in:

    cat /opt/app/.env

    This file includes:

    • JENKINS_EMAIL
    • JENKINS_PASSWORD
    • DOMAIN

    Thank you for subscribing. Your instance is ready to go!

    Need Support or Customization? Whether you're facing setup issues or need custom features, Perimattic's expert team is here to help:

    Email us: aws-support@perimattic.com  WhatsApp: +91-92142 66896 Learn more: <www.perimattic.com >

    We offer: Free setup assistance Custom development & integrations Infrastructure consulting Automation & AI solutions With 13+ years of experience serving global clients, we ensure your deployment runs smoothly and scales with your needs.

    Let's build something great together!

    Support

    Vendor support

    Support by Perimattic

    Perimattic provides 24/7 support for all AWS Marketplace products. Our team has 13+ years of cloud infrastructure expertise serving global clients.

    Contact Channels: Email: aws-support@perimattic.com  WhatsApp: +91-92142 66896 Website: <www.perimattic.com >

    What We Help With: Initial setup and configuration assistance (free) Troubleshooting connectivity, performance, and backup issues Custom development and integrations Infrastructure consulting and architecture review Migration planning from other solutions Automation solutions and scaling guidance

    Instance Sizing Guidance: t2.medium or t3.medium: Development environments, small applications m5.large: Production workloads with moderate traffic m5.xlarge: High-traffic production deployments and larger datasets

    For workload-specific sizing recommendations, contact our team for a free consultation.

    Refunds and Issues: If you experience any issues or need to request a refund, contact us at aws-support@perimattic.com  and we will respond promptly.

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.