The Auron Cloud Cost Optimization CLI tool is a powerful solution designed to analyze and optimize your AWS infrastructure costs. By scanning your AWS resources and usage patterns, it provides actionable recommendations to reduce costs without compromising performance.
Our CLI tool enables you to:
Read-only permissions ensure zero risk to your infrastructure while providing comprehensive insights.
Gain actionable insights with multi-format reports covering service-specific cost breakdowns.
Simple pip install with minimal configuration. Get started in minutes, not hours.
pip install cloudcost
cloudcost --version
Note: If you encounter any issues with the installation, ensure your pip is up to date by running pip install --upgrade pip
before trying again.
To use the CLI tool effectively, you'll need to set up appropriate AWS permissions. The tool requires read-only access to analyze your AWS resources and Cost Explorer data.
You can configure credentials using the AWS CLI (recommended) or directly in the tool.
aws configure
AWS Access Key ID [None]: YOUR_ACCESS_KEY
AWS Secret Access Key [None]: YOUR_SECRET_KEY
Default region name [None]: us-east-1
Default output format [None]: json
# For Linux/MacOS
export AWS_ACCESS_KEY_ID=YOUR_ACCESS_KEY
export AWS_SECRET_ACCESS_KEY=YOUR_SECRET_KEY
export AWS_DEFAULT_REGION=us-east-1
# For Windows (Command Prompt)
set AWS_ACCESS_KEY_ID=YOUR_ACCESS_KEY
set AWS_SECRET_ACCESS_KEY=YOUR_SECRET_KEY
set AWS_DEFAULT_REGION=us-east-1
Important: For security best practices, we recommend creating a dedicated IAM user with minimal permissions for this tool. Never use your AWS root credentials.
The Auron Cloud Optimizer provides several commands to help you analyze and optimize your AWS costs:
cloudcost --profile default --region us-east-1
# Generates a comprehensive cost optimization report
cloudcost --help
usage: cloud-cost-test [-h] [--version] [--profile PROFILE] [--region REGION]
options:
-h, --help show this help message and exit
--version Show the version
--profile PROFILE AWS profile to use
--region REGION AWS region to analyze
If you encounter "Access Denied" errors, check the following:
If your reports contain no data or limited information:
Common installation problems and solutions:
pip install --upgrade pip
If you need assistance with our CLI tool or want a more comprehensive AWS cost optimization solution, our experts are ready to help.
Get Expert Support