{ "info": { "author": "Peter Sankauskas", "author_email": "info@answersforaws.com", "bugtrack_url": null, "classifiers": [], "description": "DistAMI\n=======\n\n.. image:: https://travis-ci.org/Answers4AWS/distami.png?branch=master\n :target: https://travis-ci.org/Answers4AWS/distami\n :alt: Build Status\n\nDistributes an AMI by copying it to one, many, or all AWS regions, and by optionally making the AMIs and Snapshots public or shared with specific AWS Accounts.\n\nUsage\n-----\n\n::\n\n usage: distami [-h] [--region REGION] [--to REGIONS] [--non-public]\n [--accounts AWS_ACCOUNT_IDs] [-p] [-v] [--version]\n AMI_ID\n\n Distributes an AMI by copying it to one, many, or all AWS regions, and by\n optionally making the AMIs and Snapshots public.\n\n positional arguments:\n AMI_ID the source AMI ID to distribute. E.g. ami-1234abcd\n\n optional arguments:\n -h, --help show this help message and exit\n --region REGION the region the AMI is in (default is current region of\n EC2 instance this is running on). E.g. us-east-1\n --to REGIONS comma-separated list of regions to copy the AMI to.\n The default is all regions. Specify \"none\" to prevent\n copying to other regions. E.g. us-east-1,us-west-1,us-\n west-2\n --non-public Copies the AMIs to other regions, but does not make\n the AMIs or snapshots public. Bad karma, but good for\n AMIs that need to be private/internal only\n --accounts AWS_ACCOUNT_IDs\n comma-separated list of AWS Account IDs to share an\n AMI with. Assumes --non-public. Specify --to=none to\n share without copying.\n -p, --parallel Perform each copy to another region in parallel. The\n default is in serial which can take a long time\n -v, --verbose enable verbose output (-vvv for more)\n --version display version number and exit\n\n\nSecurity\n--------\n\n\"As a publisher of a public AMI, you are responsible for the initial security posture of the machine images \nthat you distribute...when an AMI is made public, it can be launched by customers who are not security \nexperts, and who are not familiar with the history and details of the AMI.\" Make sure to secure your AMI\nbefore distributing it publicly: `Public AMI Publishing: Hardening and Clean-up Requirements \n`__\n\nExamples\n--------\n\nCopy an AMI to all regions in parallel from an EC2 instance such as\nAminator:\n\n::\n\n distami -p ami-abcd1234\n\nCopy AMI in ``us-east-1`` to ``us-west-1``\n\n::\n\n distami --region us-east-1 ami-abcd1234 --to us-west-1\n\nCopy an AMI in ``eu-west-1`` to ``us-west-1`` and ``us-west-2``, but do not make the AMI or its copies public\n\n::\n\n distami --region eu-west-1 ami-abcd1234 --to us-west-1,us-west-2 --non-public\n\nShare an AMI in ``us-east-1`` with the AWS account IDs 123412341234 and 987698769876. Do not copy to other regions and do not make public.\n\n::\n\n distami --region=us-east-1 ami-abcd1234 --to=none --accounts=123412341234,987698769876\n \n\nInstallation\n------------\n\nYou can install DistAMI using the usual PyPI channels. Example:\n\n::\n\n sudo pip install distami\n \nYou can find the package details here: https://pypi.python.org/pypi/distami\n\nAlternatively, if you prefer to install from source:\n\n::\n\n git clone git@github.com:Answers4AWS/distami.git\n cd distami\n python setup.py install\n\n\nConfiguration\n-------------\n\nDistAMI uses Boto to make the API calls, which means you can use IAM Roles and run DistAMI from an EC2 instance, or use environment variables or a `.boto` file to pass along your AWS credentials.\n\nFor more information:\n\nhttp://boto.readthedocs.org/en/latest/boto_config_tut.html\n\n\nSource Code\n-----------\n\nThe Python source code for DistAMI is available on GitHub:\n\nhttps://github.com/Answers4AWS/distami\n\n\nAbout Answers for AWS\n---------------------\n\nThis code was written by `Peter\nSankauskas `__, founder of `Answers for\nAWS `__ - a company focused on\nhelping business get the most out of AWS. 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/distami", "keywords": null, "license": "Copyright 2013 Answers for AWS LLC\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\n http://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.", "maintainer": null, "maintainer_email": null, "name": "distami", "package_url": "https://pypi.org/project/distami/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/distami/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Answers4AWS/distami" }, "release_url": "https://pypi.org/project/distami/1.0.7/", "requires_dist": null, "requires_python": null, "summary": "Distribute Amazon Machine Images (AMIs) to the public", "version": "1.0.7" }, "last_serial": 2298096, "releases": { "0.9.2": [ { "comment_text": "", "digests": { "md5": "1127a32f47b3fd022f216e95cd7724de", "sha256": "3db915d5db55fac0ca5c2c011be4d7137f3e8392a77ec481254a48757cab9f7e" }, "downloads": -1, "filename": "distami-0.9.2.tar.gz", "has_sig": false, "md5_digest": "1127a32f47b3fd022f216e95cd7724de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11879, "upload_time": "2013-08-10T06:37:32", "url": "https://files.pythonhosted.org/packages/6e/1d/9221e4d7d99804fcc2b630899200a56249754a49c6d563dcac2d84d9bcfb/distami-0.9.2.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "fce915dfe87f41da32a22202e6b22a0f", "sha256": "045a7482a6a4e834e236cbb7cff1716d90b1fc41e8caf9787c838cde38f26a62" }, "downloads": -1, "filename": "distami-0.9.4.tar.gz", "has_sig": false, "md5_digest": "fce915dfe87f41da32a22202e6b22a0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11111, "upload_time": "2013-09-04T06:15:21", "url": "https://files.pythonhosted.org/packages/07/56/48fdd5070f9dfed5a9df498bafef8d2709cf54abf4e9744513efe6231e26/distami-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "b5308fa6d86ed6643052028b9351c67a", "sha256": "d81f396e3016a48fe1c179d0ec3be34bad6db7524069b4c50b4bd5d6ff7c9225" }, "downloads": -1, "filename": "distami-0.9.5.tar.gz", "has_sig": false, "md5_digest": "b5308fa6d86ed6643052028b9351c67a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11153, "upload_time": "2013-09-12T04:47:03", "url": "https://files.pythonhosted.org/packages/f5/65/cd3dc0acc6165923a06e21a41bf3b1c081d875b414bbf10aaf1d62fe08a5/distami-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "99abd6c68ad89765e41a6c15f668d3fc", "sha256": "7081d25c3f9f45d5da7aec52d0a5e4b5cbc2057114ed0cfd171390850f6c20ee" }, "downloads": -1, "filename": "distami-0.9.6.tar.gz", "has_sig": false, "md5_digest": "99abd6c68ad89765e41a6c15f668d3fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11298, "upload_time": "2013-09-12T05:04:10", "url": "https://files.pythonhosted.org/packages/76/4a/4a837e549dee5bea54db2f16ee7b578dbe4023624c7cc2eb37904ed162a4/distami-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "d770a519a2f6cbe3f4e663e67ff769c7", "sha256": "e868e9e00fd137afcdc8d77f940fa7d8ab523704a3ab4c81f33c9b31ffacd399" }, "downloads": -1, "filename": "distami-0.9.7.tar.gz", "has_sig": false, "md5_digest": "d770a519a2f6cbe3f4e663e67ff769c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6416, "upload_time": "2013-11-08T07:31:44", "url": "https://files.pythonhosted.org/packages/60/24/29c799635453acb80313fce697ef09e99d78131397ae820e2d7372ee68ab/distami-0.9.7.tar.gz" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "305b302d6855b8dac5e29c9e495f0555", "sha256": "7e3c4da178fc7f1316da4cb906109e140e0977dc10bbe9fcdf095cac036c0ee9" }, "downloads": -1, "filename": "distami-0.9.8.tar.gz", "has_sig": false, "md5_digest": "305b302d6855b8dac5e29c9e495f0555", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6867, "upload_time": "2013-11-08T23:58:47", "url": "https://files.pythonhosted.org/packages/24/9e/ebd1738803b65089f926aa61bd520f57fe763356de0e7f07695cc274a46c/distami-0.9.8.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "e3878c0189f506850df43c9c522434f8", "sha256": "615215bca7a174ad9d8d93807d4b63d31883914da3db52b96d86a7326595619d" }, "downloads": -1, "filename": "distami-1.0.1.tar.gz", "has_sig": false, "md5_digest": "e3878c0189f506850df43c9c522434f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7524, "upload_time": "2013-11-11T06:50:48", "url": "https://files.pythonhosted.org/packages/a6/12/2cbe743b166b9fd8b9b4c1c80d22cf5950a6d44c76985b1bc60ab1dae4ec/distami-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "66e0f3095670c0355685e8a8f237ab04", "sha256": "5b21da9b11b1bfc41cdb55e7bee88459ad234a29bdfeef7f1c3bbcacdb9a93ac" }, "downloads": -1, "filename": "distami-1.0.2.tar.gz", "has_sig": false, "md5_digest": "66e0f3095670c0355685e8a8f237ab04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7553, "upload_time": "2013-11-11T07:15:40", "url": "https://files.pythonhosted.org/packages/57/f3/ec8399da847cc82e117e6d62bced31a05a6598753ea41a9c580ef600bb10/distami-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "0509c2b74357a1eedd4ca00600b9d6c4", "sha256": "0d45720181f1440b809a70ac3b69c7bc33c50371d4b628fb1a51825910a0de75" }, "downloads": -1, "filename": "distami-1.0.3.tar.gz", "has_sig": false, "md5_digest": "0509c2b74357a1eedd4ca00600b9d6c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7534, "upload_time": "2013-11-11T07:48:28", "url": "https://files.pythonhosted.org/packages/41/11/dbd7a3334df7e15fe9d9db6910dbc76a86384a23ac2b3326459c11f87026/distami-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "4c1a2356434a322174038a6d3e9a1f54", "sha256": "c65315c835234cd7106756c8a37ca51f0908dbf42b71087f3f26006365fbc68f" }, "downloads": -1, "filename": "distami-1.0.4.tar.gz", "has_sig": false, "md5_digest": "4c1a2356434a322174038a6d3e9a1f54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7524, "upload_time": "2013-11-11T07:54:05", "url": "https://files.pythonhosted.org/packages/2c/1d/d6b41602300ebcd52b4fa0f33d3a698574603f56e90f27fb0d5d1e90c086/distami-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "6d36e3b7a74f38a980bddeb52d08ee47", "sha256": "a5a490c9cc59abd07cb7a82cfc40e6d332a48dd8058e0222ea7421ef8f79e4c0" }, "downloads": -1, "filename": "distami-1.0.5.tar.gz", "has_sig": false, "md5_digest": "6d36e3b7a74f38a980bddeb52d08ee47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7584, "upload_time": "2013-11-11T19:34:30", "url": "https://files.pythonhosted.org/packages/30/e6/f1312905a934bb30089a5de4e91ae0cece694a7c198d8256f38e4c7f699b/distami-1.0.5.tar.gz" } ], "1.0.7": [ { "comment_text": "built for Darwin-13.4.0", "digests": { "md5": "6acf75dfc981a9f782a2b4e06dbd6ae9", "sha256": "065a75f753f8138bda991b4e02749ef3d8fb2dac92888d95225c9543791a165f" }, "downloads": -1, "filename": "distami-1.0.7.macosx-10.9-x86_64.tar.gz", "has_sig": false, "md5_digest": "6acf75dfc981a9f782a2b4e06dbd6ae9", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 12339, "upload_time": "2014-10-24T22:51:19", "url": "https://files.pythonhosted.org/packages/96/bf/92b27330bb7e59d3a1e1b6caece68089a79cdb4e071611000658ba3bf219/distami-1.0.7.macosx-10.9-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "cc1907aeb79f6cb12f91c7c8cca436be", "sha256": "fee1ecc0af24c2f5066ffc8ff0cca3a212a0424e7418a8cf9a00cb05c0c4c00d" }, "downloads": -1, "filename": "distami-1.0.7.tar.gz", "has_sig": false, "md5_digest": "cc1907aeb79f6cb12f91c7c8cca436be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7919, "upload_time": "2014-10-24T22:57:36", "url": "https://files.pythonhosted.org/packages/e5/87/912a7e9417a0997bb92fa52e4d4966706adb7ba44226b4c93ee2bc6d269b/distami-1.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "built for Darwin-13.4.0", "digests": { "md5": "6acf75dfc981a9f782a2b4e06dbd6ae9", "sha256": "065a75f753f8138bda991b4e02749ef3d8fb2dac92888d95225c9543791a165f" }, "downloads": -1, "filename": "distami-1.0.7.macosx-10.9-x86_64.tar.gz", "has_sig": false, "md5_digest": "6acf75dfc981a9f782a2b4e06dbd6ae9", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 12339, "upload_time": "2014-10-24T22:51:19", "url": "https://files.pythonhosted.org/packages/96/bf/92b27330bb7e59d3a1e1b6caece68089a79cdb4e071611000658ba3bf219/distami-1.0.7.macosx-10.9-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "cc1907aeb79f6cb12f91c7c8cca436be", "sha256": "fee1ecc0af24c2f5066ffc8ff0cca3a212a0424e7418a8cf9a00cb05c0c4c00d" }, "downloads": -1, "filename": "distami-1.0.7.tar.gz", "has_sig": false, "md5_digest": "cc1907aeb79f6cb12f91c7c8cca436be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7919, "upload_time": "2014-10-24T22:57:36", "url": "https://files.pythonhosted.org/packages/e5/87/912a7e9417a0997bb92fa52e4d4966706adb7ba44226b4c93ee2bc6d269b/distami-1.0.7.tar.gz" } ] }