{ "info": { "author": "Shayne Sweeney & Tyler Smalley & Mike Krieger & Nick Shortway", "author_email": "team@flippath.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "EC2-CLI-Tools\n=======\n\nHelpful CLI utilities to filter and connect to EC2 instances.\n\nec2who:\n\n::\n\n % ec2who nginx2\n # or\n % ec2who 10.13.12.205\n # or\n % ec2who ec2-204-236-192-148\n nginx2 i-d5236fbd us-east-1c 10.13.12.205 ec2-204-236-192-148.compute-1.amazonaws.com\n\n % ec2who \"nginx*\"\n nginx1 i-d5236fbd us-east-1c 10.13.12.205 ec2-204-236-192-148.compute-1.amazonaws.com\n nginx2 i-d5237fbd us-east-1c 10.13.12.206 ec2-204-236-192-149.compute-1.amazonaws.com\n nginx3 i-d5238fbd us-east-1c 10.13.12.207 ec2-204-236-192-150.compute-1.amazonaws.com\n\n % ec2who \"10.*.207\"\n nginx3 i-d5238fbd us-east-1c 10.13.12.207 ec2-204-236-192-150.compute-1.amazonaws.com\n\n\nec2ssh and ec2host:\n\n::\n\n % ec2ssh nginx2\n # equivalent to\n # ssh ubuntu@ec2-123-45-67-89.compute-1.amazonaws.com\n\n % ec2ssh root@appserver\n % ec2ssh deploy@nginx2 sudo restart nginx\n\n # accompanying ec2host script\n\n # w/o arg: prints all active instances\n % ec2host\n django1 ec2-123-45-67-89.compute-1.amazonaws.com\n django2 ec2-132-45-67-89.compute-1.amazonaws.com\n django3 ec2-231-45-67-89.compute-1.amazonaws.com\n\n # w/ arg: prints host name of matching instance\n % ec2host django2\n django2 ec2-132-45-67-89.compute-1.amazonaws.com\n\n\nec2getsnaps:\n\n::\n % ec2getsnaps db1\n 2012-01-28T02:04:18+0000 db1-xlog 100%\n\nec2sshproxy:\n\n::\n~/.ssh/config\n\n Host *.ec2\n User ubuntu\n ProxyCmd ec2sshproxy %h %p\n\n% ssh my-server-tag.ec2\n\n\nLinks\n`````\n\n* `Original Project, ec2-ssh `\n* `Instagram `\n\nChangelog\n`````````\n\n* 1.0 - initial release, addition of ec2who and migration of deprecated ec2ssh project\n* 1.4 - added ec2sshproxy\n* 1.5 - added support for VPC hosts", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/FlipPath/ec2-cli-tools", "keywords": "amazon,aws,ec2,ami,ssh,cloud,boto", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ec2-cli-tools", "package_url": "https://pypi.org/project/ec2-cli-tools/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ec2-cli-tools/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/FlipPath/ec2-cli-tools" }, "release_url": "https://pypi.org/project/ec2-cli-tools/1.5/", "requires_dist": null, "requires_python": null, "summary": "Helpful CLI utilities for querying and connecting to EC2 instances", "version": "1.5" }, "last_serial": 896350, "releases": { "1": [ { "comment_text": "", "digests": { "md5": "fa460f7af892354084706ca4380ce6ae", "sha256": "fcef3d619d39e0995a30c50a713cde42f510a7805a5b4dc7b490d1afe694c03f" }, "downloads": -1, "filename": "ec2-cli-tools-1.tar.gz", "has_sig": false, "md5_digest": "fa460f7af892354084706ca4380ce6ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4647, "upload_time": "2011-12-12T04:13:01", "url": "https://files.pythonhosted.org/packages/91/9e/4f759c85485127a9fa6b7a8612b78fce48b4f0f62fce963e09a24a22ca34/ec2-cli-tools-1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "a374fb2132f98b6ab9352c65406e867e", "sha256": "150fb823c542e8f2e7d617ffaf46a9d16a5265f742e2a5b53873843456718595" }, "downloads": -1, "filename": "ec2-cli-tools-1.2.tar.gz", "has_sig": false, "md5_digest": "a374fb2132f98b6ab9352c65406e867e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4905, "upload_time": "2012-04-26T00:31:14", "url": "https://files.pythonhosted.org/packages/ab/1a/f5aed41e930b2b1ea4c6ddc8548c7a385f88744a38eaaa8fa404fb91a949/ec2-cli-tools-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "c6cc771c0e653a4a784fa38f43fd6a68", "sha256": "6c62357409e4629e57ae09f556c9ddb44e1c2c1c7744631538f673924349532c" }, "downloads": -1, "filename": "ec2-cli-tools-1.3.tar.gz", "has_sig": false, "md5_digest": "c6cc771c0e653a4a784fa38f43fd6a68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5416, "upload_time": "2012-06-15T20:33:47", "url": "https://files.pythonhosted.org/packages/1e/0d/ec61d3d8a8d119d511be7459e9534240070a8e721b2d8b44cbddcd4881b8/ec2-cli-tools-1.3.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "751881890bcfe957d915d6de32642327", "sha256": "dd5fdf862222b60c828cdad2223c4f3d5c48896524c15f1b388b7b0a2f6d7820" }, "downloads": -1, "filename": "ec2-cli-tools-1.3.1.tar.gz", "has_sig": false, "md5_digest": "751881890bcfe957d915d6de32642327", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5440, "upload_time": "2012-07-06T00:11:49", "url": "https://files.pythonhosted.org/packages/81/24/6373d2adbb08e43fe442f8e1c84b135a0cdc688d28708ea99e338b68a391/ec2-cli-tools-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "f5582284731dc3886d4815937d694804", "sha256": "14937d12d6d081cb26a94fc5447ad58812c7a32c2d2c040a4b24d47475d278ee" }, "downloads": -1, "filename": "ec2-cli-tools-1.3.2.tar.gz", "has_sig": false, "md5_digest": "f5582284731dc3886d4815937d694804", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5558, "upload_time": "2013-01-28T19:53:37", "url": "https://files.pythonhosted.org/packages/25/40/95689e0bc76c2996114439745e3e46e9ddb1aaac84c90ac31472fda4c6ec/ec2-cli-tools-1.3.2.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "0d30d32c443378421a569bcaaffe891b", "sha256": "67f5ee75945ba1fd5a7ed9f7b19d6e92198177b1ef979a9c956adb05bdfca6f2" }, "downloads": -1, "filename": "ec2-cli-tools-1.4.tar.gz", "has_sig": false, "md5_digest": "0d30d32c443378421a569bcaaffe891b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5840, "upload_time": "2013-05-23T15:31:19", "url": "https://files.pythonhosted.org/packages/22/f9/8e08869faf61d84535c7259f6b6d2b9f1c5e4fba20963accafdb6defad2f/ec2-cli-tools-1.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "95846b611b082c2c8346cef44e8d3746", "sha256": "9bd5d8cf71afae623f15c9050c56f9d8568d879c1695d7279081a4d961ce50a8" }, "downloads": -1, "filename": "ec2-cli-tools-1.5.tar.gz", "has_sig": false, "md5_digest": "95846b611b082c2c8346cef44e8d3746", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5949, "upload_time": "2013-10-17T01:52:35", "url": "https://files.pythonhosted.org/packages/c8/57/d78ec9e2c3c7a00ee83392e20393f8029f1473c9fe56c883fe2e2b696645/ec2-cli-tools-1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "95846b611b082c2c8346cef44e8d3746", "sha256": "9bd5d8cf71afae623f15c9050c56f9d8568d879c1695d7279081a4d961ce50a8" }, "downloads": -1, "filename": "ec2-cli-tools-1.5.tar.gz", "has_sig": false, "md5_digest": "95846b611b082c2c8346cef44e8d3746", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5949, "upload_time": "2013-10-17T01:52:35", "url": "https://files.pythonhosted.org/packages/c8/57/d78ec9e2c3c7a00ee83392e20393f8029f1473c9fe56c883fe2e2b696645/ec2-cli-tools-1.5.tar.gz" } ] }