{ "info": { "author": "Ismael Fernandez", "author_email": "fernandez.molina.ismael@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "[![Build Status](https://travis-ci.org/ismFerDev/Wall-e.svg?branch=master)](https://travis-ci.org/ismFerDev/Wall-e)\n# Wall-e(In progress)\n                                                                                 ![Alt text](walle.jpg?raw=true \"WALL-E\")\n\nTool for clean AWS objects...\n## Install\n```\npip install wall-e\n```\n```\npip install git+https://git@github.com/ismFerDev/Wall-e.git\n```\n\n## How it works:\nYou must have in your aws credentials your api keys like:\n\n```\ncat ~/credentials\n[account aws-name]\naws_access_key_id = AKIA****************\naws_secret_access_key = ****************************************\n```\n\n### Enter into src directory\n```\ncd Wall-e/src/\n```\n\n### Cleaning CloudFormations:\n```\nwall-e -a your-aws-name -r cloudformation -d dust/cloudformation_dust\n```\n\nThis command will clean all cloudformations if there are not in \"dust/cloudformation_dust\"\n\n### Cleaning LaunchConfigurations:\nif you launch:\n\n```\npython wall-e.py -r autoscaling -a your-aws-name\n```\nThis command clean all your launchConfigurations.\n\n### Cleaning your instances:\nYou must have tagged your instance with tag:Name.\n\nand Run:\n\n```\npython cli.py -r ec2 -t tag_name1 tag_name2 tag_name3 -a aws_account\n```\n\nYou will delete all instance not tagged with tag_name1 tag_name2 tag_name3\n\n### Cleaning your snapshots:\nYou must specify how many days you want to retain.\n\nand Run:\n\n```\npython wall-e.py -r snapshot -D days -a aws_account\n```\n\nYou will delete all snapshots older than days\nYou will delete all instance not tagged with tag_name1 tag_name2 tag_name3", "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/ismFerDev/Wall-e", "keywords": null, "license": "GPLv2", "maintainer": null, "maintainer_email": null, "name": "wall-e", "package_url": "https://pypi.org/project/wall-e/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wall-e/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ismFerDev/Wall-e" }, "release_url": "https://pypi.org/project/wall-e/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Clean your account AWS", "version": "1.0.1" }, "last_serial": 2616290, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "898cd5e213abf5373a8d886151f29f26", "sha256": "cb57f70b397192a7800656f6f46c0ecaa7333d03e4caf874674d1225fc56e6ab" }, "downloads": -1, "filename": "wall-e-0.0.1.tar.gz", "has_sig": false, "md5_digest": "898cd5e213abf5373a8d886151f29f26", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4869, "upload_time": "2016-11-11T22:52:01", "url": "https://files.pythonhosted.org/packages/7e/22/64ef65ba7ce55ed08c0f66aef2715e7d9edd129e8506d3ad335575f903c3/wall-e-0.0.1.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "af56412ee81346b64583adf429be4612", "sha256": "cd0ad2bf444a94ceedcd829f9f35c9d3e347af64a892eef423e1796fdc77fcfd" }, "downloads": -1, "filename": "wall-e-1.0.1.tar.gz", "has_sig": false, "md5_digest": "af56412ee81346b64583adf429be4612", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6440, "upload_time": "2017-02-03T09:20:33", "url": "https://files.pythonhosted.org/packages/c6/a3/8d652e65503d435989791f11fc635dd2cb436f39baf673a98a4eab99d151/wall-e-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af56412ee81346b64583adf429be4612", "sha256": "cd0ad2bf444a94ceedcd829f9f35c9d3e347af64a892eef423e1796fdc77fcfd" }, "downloads": -1, "filename": "wall-e-1.0.1.tar.gz", "has_sig": false, "md5_digest": "af56412ee81346b64583adf429be4612", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6440, "upload_time": "2017-02-03T09:20:33", "url": "https://files.pythonhosted.org/packages/c6/a3/8d652e65503d435989791f11fc635dd2cb436f39baf673a98a4eab99d151/wall-e-1.0.1.tar.gz" } ] }