معرفی شرکت ها


awsrightsizer-1.1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Python3 tool to help you determine the correct instance types to use for your running EC2/RDS instances.
ویژگی مقدار
سیستم عامل -
نام فایل awsrightsizer-1.1.2
نام awsrightsizer
نسخه کتابخانه 1.1.2
نگهدارنده ['Jordan Gregory']
ایمیل نگهدارنده ['jordan@gregory-dev.io']
نویسنده Jordan Gregory
ایمیل نویسنده jordan@gregory-dev.io
آدرس صفحه اصلی https://github.com/Gregory-Development/awsrightsizer/
آدرس اینترنتی https://pypi.org/project/awsrightsizer/
مجوز Apache-2.0
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![PyPI pyversions](https://img.shields.io/pypi/pyversions/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/) [![PyPI version](https://badge.fury.io/py/awsrightsizer.svg)](https://badge.fury.io/py/awsrightsizer) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) [![Open Source Love png2](https://badges.frapsoft.com/os/v2/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) # AWS EC2/RDS Instance Right-Sizer This tool is designed and written in Python 3.6.5 to help you determine the right AWS EC2/RDS instance type for your servers based on historical usage. ## Usage: ``` uUsage: rightsizer.py [OPTIONS] rightsizer takes user input and provides an output CSV of suggestions. Options: -p, --profile TEXT Your AWS Credentials Profile. -k, --access-key TEXT Your AWS Access Key ID. -s, --secret-key TEXT Your AWS Secret Access Key ID. -r, --region TEXT The AWS Region to query. -t, --threshold INTEGER... The Cloudwatch [average, max] CPU usage threshold. -q, --query-config INTEGER... The amount of [days, period] to query Cloudwatch for. -o, --output TEXT The Name/Location of the file to output. -e, --ec2-only -d, --rds-only -v, --verbose -h, --help Print help message ``` ## Installation: A pip package is available for this tool. This is the recommended way to install and run the tool. Download and run the tool using the steps below: 1. ```python3 -m pip install awsrightsizer --user``` 2. ```rightsizer [OPTIONS]``` ## Upgrading Upgrading is easy as well with pip, simply issue the following commands: 1. ```python3 -m pip install awsrightsizer --upgrade --user``` 2. ```rightsizer [OPTIONS]``` ## Source Installation: This tool is best run in a virtual environment. You may need to install a virtual environment tool such as python3-venv or python3-virutalenv via your package manager and/or install one via pip by running ```pip install virtualenv --user```. 1. ```git clone https://github.com/gregoryjordanm/awsrightsizer.git``` 2. ```cd ./awsrightsizer``` 3. ```python3 -m venv venv``` or ```virtualenv -p python3 venv``` 4. ```. ./venv/bin/activate``` 5. ```pip install -r requirements``` 6. ```python rightsizer.py [OPTIONS]``` ## Running Example: Lets assume for a second that you have already installed the AWS CLI tools for your distribution... Lets also assume that you have already run the ```aws configure``` command and have a profile named "dev" on your system that you have already tested and is functioning :) To run this tool with your working profile, simply do the following: ```rightsizer -p dev``` The tool will output a "report_*date*.csv" file in the directory you ran it in. Lets now assume that you hate my report name, simply run: ```rightsizer -p dev -o your_awesome_new_csv.csv``` The tool will now use your_awesome_new_csv.csv is the output file. If you don't have an AWS profile set up for some reason (it really does make life easier), then you can use the -k, -s. and -r flags to provide the necessary info. ```rightsizer -k XXXXXXXXXXXX -s XXXXXXXXXXXXXXXXXXXXXXXX -r us-east-1``` If you don't want to have the tool pull 30 days worth of data, or if you don't want the data periods to be 30 minutes, use the -q flag like so: ```rightsizer -p dev -q 15,900``` This will tell the tool to query 15 days at 15 minute intervals. To run against just your EC2 assets, just issue the -e flag. To run against just your RDS assets, just issue the -d flag. If you are running this via the source, you will need to add ```python rightsizer.py``` to your command instead of just ```rightsizer```. Let me know if you find bugs :) ### Attribution: This tools is loosely based on the [awsstats](https://github.com/FittedCloud/awsstats) tool by [FittedCloud](https://www.fittedcloud.com/).


نیازمندی

مقدار نام
>=1.9,<2.0 boto3
>=7.0,<8.0 click


زبان مورد نیاز

مقدار نام
>=3.6,<4.0 Python


نحوه نصب


نصب پکیج whl awsrightsizer-1.1.2:

    pip install awsrightsizer-1.1.2.whl


نصب پکیج tar.gz awsrightsizer-1.1.2:

    pip install awsrightsizer-1.1.2.tar.gz