:cloud: Cloud Environment Inspector 👮:lock: :moneybag:
Komiser is back 🎉 and we're looking for maintainers to work on the new roadmap, if you're interested, join us on our Slack community channel: https://community.komiser.io
Stay under budget by uncovering hidden costs, monitoring increases in spend, and making impactful changes based on custom recommendations.
Discuss it on Product Hunt 🦄
Komiser EE is available in private beta test stage, sign in for free at https://cloud.komiser.io
Highlights
Become a backer and show your support to our open source project.
Does your company use Komiser? Ask your manager or marketing team if your company would be interested in supporting our project. Support will allow the maintainers to dedicate more time for maintenance and new features for everyone. Also, your company's logo will show on GitHub and on our site - who doesn't want a little extra exposure? Here's the info.
Below are the available downloads for the latest version of Komiser (2.4.0). Please download the proper package for your operating system and architecture.
wget https://cli.komiser.io/2.4.0/linux/komiser
wget https://cli.komiser.io/2.4.0/windows/komiser
wget https://cli.komiser.io/2.4.0/osx/komiser
Note: make sure to add the execution permission to Komiser
chmod +x komiser
brew tap komiserio/komiser brew install komiser
docker run -d -p 3000:3000 -e AWS_ACCESS_KEY_ID="" -e AWS_SECRET_ACCESS_KEY="" -e AWS_DEFAULT_REGION="" --name komiser mlabouardy/komiser:2.4.0
wget https://komiser.s3.amazonaws.com/policy.json
[default] aws_access_key_id = aws_secret_access_key = region =
komiser start --port 3000
You can also use Redis as a caching server:
komiser start --port 3000 --redis localhost:6379 --duration 30
Komiser support multiple AWS accounts through named profiles that are stored in the
configand
credentials files. You can configure additional profiles by using
aws configurewith the
--profileoption, or by adding entries to the
configand
credentialsfiles.
The following example shows a credentials file with 3 profiles (production, staging & sandbox accounts):
[Production] aws_access_key_id= aws_secret_access_key=[Staging] aws_access_key_id= aws_secret_access_key=
[Sandbox] aws_access_key_id= aws_secret_access_key=
To enable multiple AWS accounts feature, add the --multiple option to Komiser:
komiser start --port 3000 --redis localhost:6379 --duration 30 --multiple
gcloudor using the Service Usage API. You can find out more about these options in Enabling an API in your GCP project docs.
To analyze and optimize the infrastructure cost, you need to export your daily cost to BigQuery, see Export Billing to BigQuery docs.
Provide authentication credentials to your application code by setting the environment variable GOOGLEAPPLICATIONCREDENTIALS:
export GOOGLE_APPLICATION_CREDENTIALS="[PATH]"
komiser start --port 3000 --dataset project-id.dataset-name.table-name
Create an API application from here.
This CLI will first look for direct instanciation parameters then
OVH_ENDPOINT,
OVH_APPLICATION_KEY,
OVH_APPLICATION_SECRETand
OVH_CONSUMER_KEYenvironment variables. If either of these parameter is not provided, it will look for a configuration file of the form:
[default] ; general configuration: default endpoint endpoint=ovh-eu[ovh-eu] ; configuration specific to 'ovh-eu' endpoint application_key=my_app_key application_secret=my_application_secret consumer_key=my_consumer_key
The CLI will successively attempt to locate this configuration file in
./ovh.conf
~/.ovh.conf
/etc/ovh.conf
If you point your browser to http://localhost:3000, you should be able to see your projects:
To generate a personal access token, log in to the DigitalOcean Control Panel.
Click the API link in the main navigation, In the Personal access tokens section, click the Generate New Token button.
Create a ready-only scope token. When you click Generate Token, your token will be generated.
Set DIGITALOCEANACCESSTOKEN environment variable:
export DIGITALOCEAN_ACCESS_TOKEN=
komiser start [OPTIONS]
--port value, -p value Server port (default: 3000) --duration value, -d value Cache expiration time (default: 30 minutes) --redis value, -r value Redis server (localhost:6379) --dataset value, -ds value BigQuery dataset name (project-id.dataset-name.table-name) --multiple, -m Enable multiple AWS accounts feature
When using the CLI with AWS, you'll generally need your AWS credentials to authenticate with AWS services. Komiser supports multiple methods of supporting these credentials. By default the CLI will source credentials automatically from its default credential chain.
Environment Credentials - Set of environment variables that are useful when sub processes are created for specific roles.
Shared Credentials file (~/.aws/credentials) - This file stores your credentials based on a profile name and is useful for local development.
EC2 Instance Role Credentials - Use EC2 Instance Role to assign credentials to application running on an EC2 instance. This removes the need to manage credential files in production.
When using the CLI with GCP, Komiser checks to see if the environment variable
GOOGLE_APPLICATION_CREDENTIALSis set. If not an error occurs.
See our documentation on docs.komiser.io. The source repository for the documentation website is komiserio/docs.
Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Komiser is written in Golang and is MIT licensed - contributions are welcomed whether that means providing feedback or testing existing and new feature.
If you'd like to have your company represented and are using Komiser please give formal written permission below via a comment on this thread or via email to [email protected]
We will need a URL to a svg or png logo, a text title and a company URL.
We use SemVer for versioning. For the versions available, see the tags on this repository.