{ "info": { "author": "Will Rubel", "author_email": "willrubel@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Programming Language :: Python :: 2.7", "Topic :: System :: Systems Administration" ], "description": "**************\nAWS CLI Menu\n**************\n\n\n\nA menu system for AWS CLI.\n===========================\n\nWhy\n------------\nI got tired of running 3 to 4 different browsers to manage AWS accounts, and decided\nto do everything command-line with boto3 and AWS CLI.\n\nNote: This is still a work in progress, but continue to check-in because I'm trying\nto add new functionality daily. I hope to have a polished product in several months.\n\n\nRequirements\n==============\n\n- pyyaml\n- six\n- jinja2\n- boto3\n\n\nExample\n============\n\n.. code-block:: bash\n\n +------------------------------------------------------------------------------\n Main Menu\n +------------------------------------------------------------------------------\n [1] | All/General/Other\n [2] | API Gateway\n [3] | Cloud Formation\n [4] | Cloud Watch\n [5] | Dynamo DB\n [6] | EC2\n [7] | Elastic Cache\n [8] | IAM\n [9] | RDS\n [10] | Route53\n [11] | S3\n [12] | SNS\n [13] | SQS\n [14] | Support\n [15] | Tags\n [16] | VPC\n +------+-----------------------------------------------------------------------\n [0] | Quit\n +------------------------------------------------------------------------------\n\n\n\nInstallation\n=============\n`pip install aws-cli-menu`. This will install the scripts in /usr/share/aws-cli-menu folder.\n\nNote: Install manually with 'sudo -H python setup.py install' if not installing with pip.\n\nNote: Make sure your ~/.aws config and credentials files are setup correctly with the profile\nto the various AWS instances.\n\n\nExample config:\n=================\n\n.. code-block:: bash\n\n [default]\n output = json\n region = us-east-1\n\n [profile test1]\n output = json\n region = us-east-1\n\n [profile test2]\n output = json\n region = us-east-1\n\n\n\nExample credentials:\n======================\n\n.. code-block:: bash\n\n [default]\n aws_access_key_id = xxx\n aws_secret_access_key = xxx\n\n [test1]\n aws_access_key_id = xxx\n aws_secret_access_key = xxx\n\n [test2]\n aws_access_key_id = xx\n aws_secret_access_key = xxx\n\n\n\nFor script usage, run the following command:\n\n.. code-block:: bash\n\n aws-cli-menu\n\n\nConfiguration\n===============\nIf you want to add more scripts or modify the menu, got to /usr/share/aws-cli-menu and edit the aws-cli-menu.yml file and\nadd the scripts to the scripts directory.\n\nIt is best to follow the same yml format in the menu file, and the same format in the bash scripts.\n\n\n\nUpdates\n==========\n- 12/21/15 - Added ability to manage group policies\n- 12/22/15 - Added ability to manage user and role policies\n- 12/23/15 - Added ability to list tables in dynamodb and began work on policy creation function\n- 12/24/15 - Added ability to create and delete dynamodb tables\n- 12/26/15 - Added some simple network acl management\n- 12/27/15 - Added elastic ip management and fixed policy creation and deletion\n- 12/29/15 - Added ability to create and manage certificates and elastic load balancers\n- 12/29/15 - Added ability to attach instance to load balancer\n- 12/30/15 - Added sns management, route53 traffic policies and record sets, and cf template listing, and more\n- 12/31/15 - Added NAT Gateways, Security Group and SQS Queue creation and deletion features\n- 12/31/15 - Added User Login Profiles, User Access Keys, Role Policies, and Interfaces\n- 12/31/15 - Added MFA Management\n- 1/1/16 - Added ability to attach, detach and manage volumes and network interfaces\n- 1/2/16 - Added Tagging of resources, snapshot creation and deletion, and fixed route tables\n- 1/3/16 - Clean-up a lot of the formatting and errors\n- 1/3/16 - Fixed stopped and starting of instances\n- 1/4/16 - Added more policy features\n- 1/5/16 - Added account alias, customer gateway, reserved instances and fixed auto scaling policy\n- 1/7/16 - Added ability to create cloud watch alarm and fixed a few other things\n- 1/7/16 - Fixed volume creation and deletion\n- 1/8/16 - Added RDS security groups and associated functionality\n- 1/8/16 - Added ability to modify rds instance\n- 1/9/16 - Added Elastic Cache functions\n- 1/10/16 - Refactored so menu matches AWS menu system\n- 1/10/16 - Added functions for vpn connection, gateway and customer gateway\n- 1/10/16 - Started adding functions to API Gateway and setup for virtualenv\n- 1/11/16 - Added EC2 Dashboard\n- 1/12/16 - Added RDS Dashboard and enhanced EC2 dashboard\n- 1/13/16 - Added VPC Dashboard\n- 3/3/16 - Added an All-Accounts option to get summary details for all accounts\n\n\nCopyright\n===========\n\nCopyright 2015 Will Rubel\n\nBased on easy-menu python module by mogproject.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://rubelw@bitbucket.org/rubelw/aws_cli_menu.git", "keywords": "AWS CLI AWSCLI Boto Boto3", "license": "Apache 2.0 License", "maintainer": null, "maintainer_email": null, "name": "aws-cli-menu", "package_url": "https://pypi.org/project/aws-cli-menu/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/aws-cli-menu/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://rubelw@bitbucket.org/rubelw/aws_cli_menu.git" }, "release_url": "https://pypi.org/project/aws-cli-menu/0.4.45/", "requires_dist": null, "requires_python": null, "summary": "Menu system for Managing AWS Accounts", "version": "0.4.45" }, "last_serial": 4056487, "releases": { "0.4.45": [ { "comment_text": "", "digests": { "md5": "aaa71d21050944fa1fe614ef8952a76a", "sha256": "35a44d3983a92823e4cc270fd7b472530b36c6dad5af8047aed35ae6edacff8f" }, "downloads": -1, "filename": "aws-cli-menu-0.4.45.tar.gz", "has_sig": false, "md5_digest": "aaa71d21050944fa1fe614ef8952a76a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151594, "upload_time": "2016-04-12T06:03:29", "url": "https://files.pythonhosted.org/packages/8e/ac/9b1cc1ddbd46e564f4928c715f8873d15e74879b46d412446b6d1fcc1a5a/aws-cli-menu-0.4.45.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aaa71d21050944fa1fe614ef8952a76a", "sha256": "35a44d3983a92823e4cc270fd7b472530b36c6dad5af8047aed35ae6edacff8f" }, "downloads": -1, "filename": "aws-cli-menu-0.4.45.tar.gz", "has_sig": false, "md5_digest": "aaa71d21050944fa1fe614ef8952a76a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 151594, "upload_time": "2016-04-12T06:03:29", "url": "https://files.pythonhosted.org/packages/8e/ac/9b1cc1ddbd46e564f4928c715f8873d15e74879b46d412446b6d1fcc1a5a/aws-cli-menu-0.4.45.tar.gz" } ] }