gitwtfhub

wtf is aws-eks-calculator?

josegonzalez/aws-eks-calculator — explained in plain English

Analysis updated 2026-08-03 · repo last pushed 2026-05-31

4GoAudience · ops devopsComplexity · 3/5MaintainedSetup · moderate

TL;DR

A terminal tool that estimates the cost of running managed features on Amazon's EKS platform, helping you compare AWS-bundled services against self-managing them yourself.

Mindmap

mindmap
  root((repo))
    What it does
      Estimates EKS costs
      Compares managed vs self-hosted
      Terminal interface
    Tech stack
      Go language
      AWS EKS
      ArgoCD
      Keyboard navigation
    Use cases
      Budget planning
      Managed vs self-hosted decisions
      Cost reporting
    Audience
      Engineering managers
      Cloud architects
      Founders
    Features
      Live AWS pricing
      Default rate fallback
      Spreadsheet export

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Compare the cost of a managed AWS tool versus having your team install and maintain the open-source version.

REASON 2

Get live pricing estimates for EKS workloads specific to your AWS region.

REASON 3

Export cost breakdowns to a spreadsheet to share with stakeholders for budget meetings.

REASON 4

Project future infrastructure costs by plugging expected usage numbers into a terminal interface.

What's in the stack?

GoAWS EKSArgoCDACKkro

How it stacks up

josegonzalez/aws-eks-calculatoraeneasr/github-trendsbxcodec/go-simple-flatbuffer
Stars444
LanguageGoGoGo
Last pushed2026-05-312020-12-182017-06-09
MaintenanceMaintainedDormantDormant
Setup difficultymoderateeasyeasy
Complexity3/52/52/5
Audienceops devopspm founderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 5min

Requires an existing AWS account and EKS clusters for live pricing, works as a standalone Go terminal app with default rates if unconnected.

The license for this project is not specified in the available documentation.

Wtf does this do

The aws-eks-calculator is a tool that helps you estimate how much it costs to run certain features on Amazon's EKS platform, which is Amazon's managed service for running containerized applications. Instead of forcing you to dig through complex pricing pages or spreadsheets, it gives you a simple interface right in your terminal where you can plug in some numbers and immediately see projected costs. The tool compares the cost of using specific AWS-bundled capabilities, like ArgoCD, ACK, and kro, against setting up and managing those same tools yourself. You navigate through a text-based interface using your keyboard, filling in fields that represent your expected usage. If you connect your AWS account, it pulls live, up-to-date pricing data for your specific region. If you don't connect an account, it falls back on standard default rates so you can still get a rough estimate. You can also export your results to a spreadsheet for easier sharing. This is designed for engineering managers, cloud architects, or founders who are already running applications on EKS and need to make budget decisions. For example, if you are deciding whether to pay for a managed AWS version of a tool versus having your team install and maintain the open-source version, this tool gives you the financial breakdown to make that call. It helps answer the practical question of whether the convenience of a managed service is worth the extra cost for your specific workload. The project is built in Go and runs entirely as a terminal application, meaning there is no web interface to install or manage. It is a focused utility that assumes you already have EKS clusters up and running. The documentation points to a separate file for the exact math and formulas used behind the scenes, which is helpful if you need to verify exactly how the estimates are calculated before bringing those numbers to a budget meeting.

Yoink these prompts

Prompt 1
Help me install and run the aws-eks-calculator Go terminal application so I can estimate EKS costs for my AWS account.
Prompt 2
Using the aws-eks-calculator tool, how do I connect my AWS account to pull live pricing data instead of using the default rates?
Prompt 3
Walk me through the fields I need to fill out in the aws-eks-calculator to compare the cost of AWS managed ArgoCD versus self-hosting it.
Prompt 4
Show me how to export my cost estimates from the aws-eks-calculator terminal tool into a spreadsheet file for sharing.
Prompt 5
Explain how the aws-eks-calculator determines the pricing difference between EKS bundled features and self-managed installations.

Frequently asked questions

wtf is aws-eks-calculator?

A terminal tool that estimates the cost of running managed features on Amazon's EKS platform, helping you compare AWS-bundled services against self-managing them yourself.

What language is aws-eks-calculator written in?

Mainly Go. The stack also includes Go, AWS EKS, ArgoCD.

Is aws-eks-calculator actively maintained?

Maintained — commit in last 6 months (last push 2026-05-31).

What license does aws-eks-calculator use?

The license for this project is not specified in the available documentation.

How hard is aws-eks-calculator to set up?

Setup difficulty is rated moderate, with roughly 5min to a first successful run.

Who is aws-eks-calculator for?

Mainly ops devops.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.