0.0.13 • Published 10 months ago

@tinystacks/ops-aws-utilization-widgets v0.0.13

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
10 months ago

Aws Utilization

Aws Utilization is a developer's ultimate cost-saving companion on AWS. This suite of visual workflows is the most convenient way to identify resources ready for optimization.

The main features are

The parent project can be found here.

Table of Contents

Features

Summarize Resource Utilization

Automatically identify underused resources and generate recommendations for them.

summary

Delete, Scale Down, Optimize

View which resources can be cost optimized and review specific metrics for each. Accept recommendations and delete or scale down your resource, or turn on cost optimizing features.

image

image

Console

This featureset is part of the open source OpsConsole project, which brings cost, configuration, and metrics across your cloud to a centralized console.

image

Installation and Usage

# PREREQ: Have docker installed and running

# install the opsconsole framework package
npm i -g opsconsole;

# download the template for AWS Utilization and Cost
curl https://raw.githubusercontent.com/tinystacks/opsconsole/main/samples/aws-sample.yml -o config-template.yml;

# Initialize a config file from the template
opsconsole init -t config-template.yml;

# start the console
opsconsole up -c config.yml;

Development

advanced installation and development instructions can be found in DEVELOPMENT.md.

Contributing

Contributions to ops-aws-utilization-widgets and the @tinystacks/opsconsole project are welcome! If you find any issues, have suggestions for improvements, or would like to contribute new features, please feel free to submit a pull request.

Make sure to familiarize yourself with the project's contribution guidelines before getting started.