Hypertest Docs
HyperTestKnowledge Base
  • Quick Set-up
    • Install HyperTest
    • Deploy your application
    • Mirror Traffic
      • Using Kubernetes
      • Using Amazon ECS
      • Using Docker
      • Using Nginx
      • Using Goreplay
        • ElasticBeanStalk Script for Goreplay
      • Using Apache
      • Using IIS
      • Using Istio
      • Using Kong
      • Using HAProxy
      • Others
  • HyperTest Overview
    • Introduction
    • Architecture
  • Detailed Setup Guide
    • Detailed Setup Guide
      • Installation
        • Linux VM
        • Kubernetes Cluster
          • Hardware Requirements
          • Cluster Setup
            • EKS
              • Existing Application Load Balancer
              • Calculate Setup Cost for EKS Cluster
            • GCP
            • AKS
            • Self Managed
              • Microk8s with EKS-D
          • HyperTest Installation
      • Mirror Traffic
      • Configure HyperTest
      • Automate Starting a Test
        • CI Integration
          • GitHub Checks Integration
            • Mandatory checks
          • Gitlab Integration
          • Bitbucket Integration
          • Jenkins Pipeline
            • Jenkins Plugins for PR events
  • Upgrade HyperTest
    • Upgrade HyperTest
      • Linux VM
      • Kubernetes Cluster
  • User Guides
    • Usage Guide
      • Install and Configure HyperTest
        • Install HyperTest
        • Configure Base DNS
        • Add New Service
      • Tests Runs and Analysis
        • View Test Cases
        • Start New Test Run
        • Understand Your Test Run Analysis
        • Prioritize Your Error Types
        • Track Bugs
        • Ignore Errors/Desired Changes
        • View/Download Report
        • View Consolidated Dashboard Reports
        • Sign-off Reports
        • Reduce Execution Time
        • Deduplication Rules
      • Troubleshooting and FAQs
    • Best Practices Guide
      • Cost Optimization
    • Dashboard Tour
      • Dashboard
      • All Sessions
      • Regression Report
      • Notifications
      • First Test Run
      • Interactions
      • Custom Analysis
      • Configuration
    • User Management
      • Create Admin User
      • Roles, Groups & Users
      • Enabling User Signup
    • Other Guides
      • Basic Nginx Auth for Linux HT
  • Middleware
  • Advanced Features
    • Import test cases from Postman
  • Change Log
  • Troubleshooting
  • FAQs
    • Setup
    • General
    • Regression Report
  • Glossary
    • Session
Powered by GitBook
On this page
  • Measures we have taken
  • Suggestions for you
  1. User Guides
  2. Best Practices Guide

Cost Optimization

PreviousBest Practices GuideNextDashboard Tour

Last updated 2 years ago

Cost optimization is a continous process and should be refined and improved over time. Various measures can be implemented which can help in optimizing spent and ensuring minimal resource wastage. We have already followed the best practices to ensure the above while setting up the cluster for you, but you can further reduce your expenditure by following the below practices

Measures we have taken

We have already taken below measures to optimize our setup while installation so that it costs you bare minimum to run HyperTest.

  • Creating the cluster in single AZ

  • Selecting right EC2 instance type for node-groups in clusters

  • Spot instances for HyperTest worker nodes, which is available for less than the On-Demand price

  • GP3 volume type for AWS EBS, which is 20% cheaper and faster than GP2

Suggestions for you

There are further steps you can take to optimize the cost of your cloud environment setup for HyperTest

  • Down Scaling: Worker nodes can be down scaled to 0 outside of business hours

  • Using existing Application Load Balancer: We provide support for using existing application load balancer if you have any. It will save up to 20-25$/ month. Please refer guide for the same.

this