DEV Community

LABOUARDY Mohamed
LABOUARDY Mohamed

Posted on

Analyze and manage AWS cost, usage and security in one dashboard

In order to build HA & Resilient applications in AWS, you need to assume that everything will fail. Therefore, you always design and deploy your application in multiple AZ & regions. So you end up with many unused AWS resources (Snapshots, ELB, EC2, Elastic IP, etc) that could cost you a fortune.

One pillar of AWS Well-Architected Framework is Cost optimization. That’s why you need to have a global overview of your AWS Infrastructure. Fortunately, AWS offers many fully-managed services like CloudWatch, CloudTrail, Trusted Advisor & AWS Config to help you achieve that. But, they require a deep understanding of AWS Platform and they are not straighforward.

Support GCP

That’s why I came up with Komiser a tool that simplifies the process by querying the AWS API to fetch information about almost all critical services of AWS like EC2, RDS, ELB, S3, Lambda … in real-time in a single Dashboard.

Support Multiple AWS Accounts

Komiser is 100% Open Source, it support both AWS and GCP in one place. Azure support will released soon.

GitHub logo HelloOraculi / komiser

The open-source cloud environment inspector 👮

Komiser is back 🎉 and we're looking for maintainers to work on the new roadmap, if you're interested, join us on our Discord community


Amp Logo

Discord | Discussions | Site

Guide | How to Komiser | Docs

Contribute | Roadmap

Price Docker Stars ELv2 License CircleCI Docker Stars Discord

Stay under budget by uncovering hidden costs, monitoring increases in spend, and making impactful changes based on custom recommendations.

Cloud version is available in private beta test stage, sign in for free at https://cloud.oraculi.io

Twitter URL Tweet

Komiser CLI, try it out!


The easiest way to get started with Komiser is to install the Komiser CLI by running the Homebrew commands below. Don't have Homebrew? Install it here.

brew tap HelloOraculi/komiser
brew install komiser

Table of Contents

Hope it helps ! The CLI is still in its early stages, so you are welcome to contribute to the project on GitHub.

Top comments (1)

Collapse
 
mlabouardy profile image
LABOUARDY Mohamed

I will appreciate your feedback on how to improve the tool.