{ "info": { "author": "Peter Sankauskas", "author_email": "info@answersforaws.com", "bugtrack_url": null, "classifiers": [], "description": "Graffiti Monkey\n===============\n\n.. image:: https://badges.gitter.im/Join%20Chat.svg\n :alt: Join the chat at https://gitter.im/Answers4AWS/graffiti-monkey\n :target: https://gitter.im/Answers4AWS/graffiti-monkey?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\n\n.. image:: https://travis-ci.org/Answers4AWS/graffiti-monkey.png?branch=master\n :target: https://travis-ci.org/Answers4AWS/graffiti-monkey\n :alt: Build Status\n\nThe Graffiti Monkey goes around tagging things. By looking at the tags an EC2\ninstance has, it copies those tags to the EBS Volumes that are attached to it,\nand then copies those tags to the EBS Snapshots.\n\nUsage\n-----\n\n::\n\n\tusage: graffiti-monkey [-h] [--region REGION] [--profile PROFILE] [--verbose] [--version] [--config CONFIG.YML] [--dryrun]\n\n\tPropagates tags from AWS EC2 instances to EBS volumes, and then to EBS\n\tsnapshots. This makes it much easier to find things down the road.\n\n\toptional arguments:\n\t -h, --help show this help message and exit\n\t --region REGION the region to tag things in (default is current region of\n\t EC2 instance this is running on). E.g. us-east-1\n\t --profile PROFILE the profile to use to connect to EC2 (default is 'default',\n\t see Boto docs for profile credential options)\n\t --verbose, -v enable verbose output (-vvv for more)\n\t --version display version number and exit\n\t --config CONFIG.YML read a yaml configuration file. specify tags to propagate without changing code.\n\t --dryrun dryrun only, display tagging actions but do not perform them\n\t --append append propagated tags to existing tags (up to a total of ten tags). When not set,\n\t graffiti-monkey will overwrite existing tags.\n\nExamples\n--------\n\nSuppose you have the following in `us-east-1`:\n\n::\n\n\ti-abcd1234\n\t - Tags:\n\t - Name: \"Instance 1\"\n\n\tvol-bcde3456\n\t - Attached to i-abcd1234 on /dev/sda1\n\n\tsnap-cdef4567\n\t - Snapshot of vol-bcde3456\n\n\nWhen you run:\n\n::\n\n graffiti-monkey --region us-east-1\n\n\nFirst, Graffiti Monkey will set the EBS volume tags\n\n::\n\n\tvol-bcde3456\n\t - Tags:\n\t - Name: \"Instance 1\"\n\t - instance_id: i-abcd1234\n\t - device: /dev/sda1\n\nand then it will set the tags on the EBS Snapshot\n\n::\n\n\tsnap-cdef4567\n\t - Tags:\n\t - Name: \"Instance 1\"\n\t - instance_id: i-abcd1234\n\t - device: /dev/sda1\n\n\n\nInstallation\n------------\n\nYou can install Graffiti Monkey using the usual PyPI channels. Example:\n\n::\n\n sudo pip install graffiti_monkey\n\nYou can find the package details here: https://pypi.python.org/pypi/graffiti_monkey\n\nAlternatively, if you prefer to install from source:\n\n::\n\n git clone git@github.com:Answers4AWS/graffiti-monkey.git\n cd graffiti-monkey\n python setup.py install\n\n\nConfiguration\n-------------\n\nThis project uses `Boto `__ to\ncall the AWS APIs. You can pass your AWS credentials to Boto can by using a\n:code:`.boto` file, IAM Roles or environment variables. Full information can be\nfound here:\n\nhttp://boto.readthedocs.org/en/latest/boto_config_tut.html\n\nGraffiti-monkey itself can be configured using a yaml file\n\n::\n\n ---\n #region: us-west-1\n _instance_tags_to_propagate:\n - 'Name'\n - 'Owner'\n\n _volume_tags_to_propagate:\n - 'Name'\n - 'instance_id'\n - 'device'\n - 'Owner'\n\n:code:`_instance_tags_to_propagate` is used to define the tags that are propagated\nfrom an instance to its volumes. :code:`_volume_tags_to_propagate` defines the tags\nthat are propagated from a volume to its snapshots.\n\nWhen using yaml configuration files you need to have pyYAML. This can be easily setup\n using pip :code:`pip install PyYAML`. If you don't use config files you don't have\n this limitation.\n\n\nWiki\n----\n\nCan be found here: https://github.com/Answers4AWS/graffiti-monkey/wiki\n\n\nSource Code\n-----------\n\nThe Python source code for Graffiti Monkey is available on GitHub:\n\nhttps://github.com/Answers4AWS/graffiti-monkey\n\n\nAbout Answers for AWS\n---------------------\n\nThis code was written by `Peter\nSankauskas `__, founder of `Answers for\nAWS `__ - a company focused on helping businesses\nlearn how to use AWS, without doing it the hard way. If you are looking for help\nwith AWS, please `contact us `__.\n\n\nLicense\n-------\n\nCopyright 2013 Answers for AWS LLC\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may\nnot use this file except in compliance with the License. You may obtain\na copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable\nlaw or agreed to in writing, software distributed under the License is\ndistributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\nKIND, either express or implied. See the License for the specific\nlanguage governing permissions and limitations 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://github.com/Answers4AWS/graffiti-monkey", "keywords": null, "license": "Apache License\nVersion 2.0, January 2004\nhttp://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n\"License\" shall mean the terms and conditions for use, reproduction, and\ndistribution as defined by Sections 1 through 9 of this document.\n\n\"Licensor\" shall mean the copyright owner or entity authorized by the copyright\nowner that is granting the License.\n\n\"Legal Entity\" shall mean the union of the acting entity and all other entities\nthat control, are controlled by, or are under common control with that entity.\nFor the purposes of this definition, \"control\" means (i) the power, direct or\nindirect, to cause the direction or management of such entity, whether by\ncontract or otherwise, or (ii) ownership of fifty percent (50%) or more of the\noutstanding shares, or (iii) beneficial ownership of such entity.\n\n\"You\" (or \"Your\") shall mean an individual or Legal Entity exercising\npermissions granted by this License.\n\n\"Source\" form shall mean the preferred form for making modifications, including\nbut not limited to software source code, documentation source, and configuration\nfiles.\n\n\"Object\" form shall mean any form resulting from mechanical transformation or\ntranslation of a Source form, including but not limited to compiled object code,\ngenerated documentation, and conversions to other media types.\n\n\"Work\" shall mean the work of authorship, whether in Source or Object form, made\navailable under the License, as indicated by a copyright notice that is included\nin or attached to the work (an example is provided in the Appendix below).\n\n\"Derivative Works\" shall mean any work, whether in Source or Object form, that\nis based on (or derived from) the Work and for which the editorial revisions,\nannotations, elaborations, or other modifications represent, as a whole, an\noriginal work of authorship. For the purposes of this License, Derivative Works\nshall not include works that remain separable from, or merely link (or bind by\nname) to the interfaces of, the Work and Derivative Works thereof.\n\n\"Contribution\" shall mean any work of authorship, including the original version\nof the Work and any modifications or additions to that Work or Derivative Works\nthereof, that is intentionally submitted to Licensor for inclusion in the Work\nby the copyright owner or by an individual or Legal Entity authorized to submit\non behalf of the copyright owner. For the purposes of this definition,\n\"submitted\" means any form of electronic, verbal, or written communication sent\nto the Licensor or its representatives, including but not limited to\ncommunication on electronic mailing lists, source code control systems, and\nissue tracking systems that are managed by, or on behalf of, the Licensor for\nthe purpose of discussing and improving the Work, but excluding communication\nthat is conspicuously marked or otherwise designated in writing by the copyright\nowner as \"Not a Contribution.\"\n\n\"Contributor\" shall mean Licensor and any individual or Legal Entity on behalf\nof whom a Contribution has been received by Licensor and subsequently\nincorporated within the Work.\n\n2. Grant of Copyright License.\n\nSubject to the terms and conditions of this License, each Contributor hereby\ngrants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,\nirrevocable copyright license to reproduce, prepare Derivative Works of,\npublicly display, publicly perform, sublicense, and distribute the Work and such\nDerivative Works in Source or Object form.\n\n3. Grant of Patent License.\n\nSubject to the terms and conditions of this License, each Contributor hereby\ngrants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free,\nirrevocable (except as stated in this section) patent license to make, have\nmade, use, offer to sell, sell, import, and otherwise transfer the Work, where\nsuch license applies only to those patent claims licensable by such Contributor\nthat are necessarily infringed by their Contribution(s) alone or by combination\nof their Contribution(s) with the Work to which such Contribution(s) was\nsubmitted. If You institute patent litigation against any entity (including a\ncross-claim or counterclaim in a lawsuit) alleging that the Work or a\nContribution incorporated within the Work constitutes direct or contributory\npatent infringement, then any patent licenses granted to You under this License\nfor that Work shall terminate as of the date such litigation is filed.\n\n4. Redistribution.\n\nYou may reproduce and distribute copies of the Work or Derivative Works thereof\nin any medium, with or without modifications, and in Source or Object form,\nprovided that You meet the following conditions:\n\nYou must give any other recipients of the Work or Derivative Works a copy of\nthis License; and\nYou must cause any modified files to carry prominent notices stating that You\nchanged the files; and\nYou must retain, in the Source form of any Derivative Works that You distribute,\nall copyright, patent, trademark, and attribution notices from the Source form\nof the Work, excluding those notices that do not pertain to any part of the\nDerivative Works; and\nIf the Work includes a \"NOTICE\" text file as part of its distribution, then any\nDerivative Works that You distribute must include a readable copy of the\nattribution notices contained within such NOTICE file, excluding those notices\nthat do not pertain to any part of the Derivative Works, in at least one of the\nfollowing places: within a NOTICE text file distributed as part of the\nDerivative Works; within the Source form or documentation, if provided along\nwith the Derivative Works; or, within a display generated by the Derivative\nWorks, if and wherever such third-party notices normally appear. The contents of\nthe NOTICE file are for informational purposes only and do not modify the\nLicense. You may add Your own attribution notices within Derivative Works that\nYou distribute, alongside or as an addendum to the NOTICE text from the Work,\nprovided that such additional attribution notices cannot be construed as\nmodifying the License.\nYou may add Your own copyright statement to Your modifications and may provide\nadditional or different license terms and conditions for use, reproduction, or\ndistribution of Your modifications, or for any such Derivative Works as a whole,\nprovided Your use, reproduction, and distribution of the Work otherwise complies\nwith the conditions stated in this License.\n\n5. Submission of Contributions.\n\nUnless You explicitly state otherwise, any Contribution intentionally submitted\nfor inclusion in the Work by You to the Licensor shall be under the terms and\nconditions of this License, without any additional terms or conditions.\nNotwithstanding the above, nothing herein shall supersede or modify the terms of\nany separate license agreement you may have executed with Licensor regarding\nsuch Contributions.\n\n6. Trademarks.\n\nThis License does not grant permission to use the trade names, trademarks,\nservice marks, or product names of the Licensor, except as required for\nreasonable and customary use in describing the origin of the Work and\nreproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty.\n\nUnless required by applicable law or agreed to in writing, Licensor provides the\nWork (and each Contributor provides its Contributions) on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied,\nincluding, without limitation, any warranties or conditions of TITLE,\nNON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are\nsolely responsible for determining the appropriateness of using or\nredistributing the Work and assume any risks associated with Your exercise of\npermissions under this License.\n\n8. Limitation of Liability.\n\nIn no event and under no legal theory, whether in tort (including negligence),\ncontract, or otherwise, unless required by applicable law (such as deliberate\nand grossly negligent acts) or agreed to in writing, shall any Contributor be\nliable to You for damages, including any direct, indirect, special, incidental,\nor consequential damages of any character arising as a result of this License or\nout of the use or inability to use the Work (including but not limited to\ndamages for loss of goodwill, work stoppage, computer failure or malfunction, or\nany and all other commercial damages or losses), even if such Contributor has\nbeen advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability.\n\nWhile redistributing the Work or Derivative Works thereof, You may choose to\noffer, and charge a fee for, acceptance of support, warranty, indemnity, or\nother liability obligations and/or rights consistent with this License. However,\nin accepting such obligations, You may act only on Your own behalf and on Your\nsole responsibility, not on behalf of any other Contributor, and only if You\nagree to indemnify, defend, and hold each Contributor harmless for any liability\nincurred by, or claims asserted against, such Contributor by reason of your\naccepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work\n\nTo apply the Apache License to your work, attach the following boilerplate\nnotice, with the fields enclosed by brackets \"[]\" replaced with your own\nidentifying information. (Don't include the brackets!) The text should be\nenclosed in the appropriate comment syntax for the file format. We also\nrecommend that a file or class name and description of purpose be included on\nthe same \"printed page\" as the copyright notice for easier identification within\nthird-party archives.\n\n Copyright 2013 Answers for AWS LLC\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.", "maintainer": null, "maintainer_email": null, "name": "graffiti_monkey", "package_url": "https://pypi.org/project/graffiti_monkey/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/graffiti_monkey/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Answers4AWS/graffiti-monkey" }, "release_url": "https://pypi.org/project/graffiti_monkey/0.9.0/", "requires_dist": null, "requires_python": null, "summary": "A service that propagates tags from EC2 instances to EBS Volumes, and then to EBS Snapshots", "version": "0.9.0" }, "last_serial": 2298097, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "9f37a38da890564b2a16ee3733cda5bf", "sha256": "9baeb046e9b377f17d600584e135261ee24473aee5edd6882a1f6f5bf1821cc3" }, "downloads": -1, "filename": "graffiti_monkey-0.5.0.tar.gz", "has_sig": false, "md5_digest": "9f37a38da890564b2a16ee3733cda5bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14785, "upload_time": "2013-08-30T04:18:45", "url": "https://files.pythonhosted.org/packages/e9/f5/421009ec49f4e311042ee4632c511ef569c03aefc1a9b8e1b80431625b63/graffiti_monkey-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "d6297e9110969398d7d9cb23bbfcd6de", "sha256": "b224450b435cdab5f4ea49aeac3f559f58367a4e484ae9e8c41ab9ab4ed232df" }, "downloads": -1, "filename": "graffiti_monkey-0.5.1.tar.gz", "has_sig": false, "md5_digest": "d6297e9110969398d7d9cb23bbfcd6de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14807, "upload_time": "2013-08-30T04:33:25", "url": "https://files.pythonhosted.org/packages/23/ab/d491ea49dacf419fef48fcaae8761b3884e4cd83718eae840662f634a554/graffiti_monkey-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "c7fcadf290e51dec755d08cacd6b36ac", "sha256": "283ed75903745cf49ab2ab7601dcd6983f187e0701bf08a38663b9ebbfcbb2b2" }, "downloads": -1, "filename": "graffiti_monkey-0.5.2.tar.gz", "has_sig": false, "md5_digest": "c7fcadf290e51dec755d08cacd6b36ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14859, "upload_time": "2013-09-12T05:06:55", "url": "https://files.pythonhosted.org/packages/e9/9d/b1889b4f41e521454fb2d4a255538411fbb6322395449888fa87f9de0deb/graffiti_monkey-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "c9711ea1a4c179fe933cd49586cbcda6", "sha256": "17b6e91f6b4eb8abb94fb19926fe02cc676a884e7964f1921887f829a74e9869" }, "downloads": -1, "filename": "graffiti_monkey-0.5.3.tar.gz", "has_sig": false, "md5_digest": "c9711ea1a4c179fe933cd49586cbcda6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15017, "upload_time": "2013-09-21T00:06:14", "url": "https://files.pythonhosted.org/packages/ec/d4/4d9969b8a6ec53cd44cbfbd87d47f9faf22e597e8d430d083f186855e940/graffiti_monkey-0.5.3.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "39e09cb6fcb6d07930e2549ae0a26266", "sha256": "259e61e64a9a60fb8f79035c1405db46640094238cc899dc7c5d59a17161c7b9" }, "downloads": -1, "filename": "graffiti_monkey-0.6.0.tar.gz", "has_sig": false, "md5_digest": "39e09cb6fcb6d07930e2549ae0a26266", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10173, "upload_time": "2013-11-11T19:40:14", "url": "https://files.pythonhosted.org/packages/df/88/7c5d4cdcfb8c4b035111ae603acb190072c8f911835025901c013ea4a3aa/graffiti_monkey-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "built for Darwin-13.3.0", "digests": { "md5": "684aca0f67123f4489e40126db0a9ac4", "sha256": "a9b82b749564df14d0c66e7b0619e3e97989945747a444f805dd61ecd6d870a2" }, "downloads": -1, "filename": "graffiti_monkey-0.7.0.macosx-10.9-x86_64.tar.gz", "has_sig": false, "md5_digest": "684aca0f67123f4489e40126db0a9ac4", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 13137, "upload_time": "2014-08-07T18:30:29", "url": "https://files.pythonhosted.org/packages/8b/ac/7c9848da63c70676230af1aefa5a0498a966b291ec146c97936746d888cf/graffiti_monkey-0.7.0.macosx-10.9-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "906a4e374ed141c81c0fa07c5d565e1e", "sha256": "8d629dc7a81bd40bbe31bf7b183afb56220b7f1a6e86666c72c7fd14028034a5" }, "downloads": -1, "filename": "graffiti_monkey-0.7.0.tar.gz", "has_sig": false, "md5_digest": "906a4e374ed141c81c0fa07c5d565e1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10399, "upload_time": "2014-08-07T18:31:08", "url": "https://files.pythonhosted.org/packages/be/61/f8d975b86f29286c40f858524cd83008b41bd8e47d4bebd718b3b82c4b1d/graffiti_monkey-0.7.0.tar.gz" } ], "0.8.0": [], "0.9.0": [ { "comment_text": "", "digests": { "md5": "53f347614c034c7c21ca793bf86147a9", "sha256": "2e91bf8332e626d6087829431e41cb94807fd2bf600162953e9a629f12fe9749" }, "downloads": -1, "filename": "graffiti_monkey-0.9.0.tar.gz", "has_sig": false, "md5_digest": "53f347614c034c7c21ca793bf86147a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14214, "upload_time": "2015-04-10T22:46:26", "url": "https://files.pythonhosted.org/packages/69/59/90323eaf309fd7492d016eb344aa2c4036a50e5ded0a856e21ed22d928ad/graffiti_monkey-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "53f347614c034c7c21ca793bf86147a9", "sha256": "2e91bf8332e626d6087829431e41cb94807fd2bf600162953e9a629f12fe9749" }, "downloads": -1, "filename": "graffiti_monkey-0.9.0.tar.gz", "has_sig": false, "md5_digest": "53f347614c034c7c21ca793bf86147a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14214, "upload_time": "2015-04-10T22:46:26", "url": "https://files.pythonhosted.org/packages/69/59/90323eaf309fd7492d016eb344aa2c4036a50e5ded0a856e21ed22d928ad/graffiti_monkey-0.9.0.tar.gz" } ] }