aws-close-account


Nameaws-close-account JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/JohannesEbke/aws_close_account
SummaryProgrammatically close an AWS account using Selenium
upload_time2024-01-28 19:01:12
maintainer
docs_urlNone
authorJohannes Ebke
requires_python
license
keywords aws account selenium
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            aws\_close\_account
===================

This is a simple Selenium script to close an AWS account via the web console.
It can also reset the account password, in case it is not known.

*Warning*: This script *does not* ask for further confirmation - it is expressly 
for those that want to skip all those manual steps. So please TAKE CARE and 
uninstall it once you don't need it anymore!

.. image:: https://img.shields.io/pypi/v/aws-close-account
   :alt: PyPI

Why
---
I am creating individual AWS accounts for my students at HM (https://hm.edu)
Closing them at the end of term is boring and annoying, so I automated it.

Also see https://xkcd.com/1319/

Since the AWS Organizations now has the Close Account feature, it seems on first glance
that this script is superfluous. However, closing accounts has some very tight quota
(10% of the active accounts in the organization), so this script unfortunately remains relevant.

Last tested 1st of January 2023.

Requirements / Installation
---------------------------

This program requires an installed selenium driver to run.
It was tested using the selenium driver for firefox 0.30.0 
installed from https://github.com/mozilla/geckodriver/releases .
The selenum driver can be selected with a command line flag.

To install aws-close-account to a virtualenv, do::

  pip install aws-close-account

Usage
-----
The Browser window waits for you to input any captchas and MFA Keys.

Quick Start::

  aws-close-account my-account@example.com

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/JohannesEbke/aws_close_account",
    "name": "aws-close-account",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "aws account selenium",
    "author": "Johannes Ebke",
    "author_email": "johannes@ebke.org",
    "download_url": "https://files.pythonhosted.org/packages/8e/0c/8c5dbbacee5da7d1cc671ddce17d6a192931412bc437a06d249c81440357/aws_close_account-0.3.2.tar.gz",
    "platform": null,
    "description": "aws\\_close\\_account\n===================\n\nThis is a simple Selenium script to close an AWS account via the web console.\nIt can also reset the account password, in case it is not known.\n\n*Warning*: This script *does not* ask for further confirmation - it is expressly \nfor those that want to skip all those manual steps. So please TAKE CARE and \nuninstall it once you don't need it anymore!\n\n.. image:: https://img.shields.io/pypi/v/aws-close-account\n   :alt: PyPI\n\nWhy\n---\nI am creating individual AWS accounts for my students at HM (https://hm.edu)\nClosing them at the end of term is boring and annoying, so I automated it.\n\nAlso see https://xkcd.com/1319/\n\nSince the AWS Organizations now has the Close Account feature, it seems on first glance\nthat this script is superfluous. However, closing accounts has some very tight quota\n(10% of the active accounts in the organization), so this script unfortunately remains relevant.\n\nLast tested 1st of January 2023.\n\nRequirements / Installation\n---------------------------\n\nThis program requires an installed selenium driver to run.\nIt was tested using the selenium driver for firefox 0.30.0 \ninstalled from https://github.com/mozilla/geckodriver/releases .\nThe selenum driver can be selected with a command line flag.\n\nTo install aws-close-account to a virtualenv, do::\n\n  pip install aws-close-account\n\nUsage\n-----\nThe Browser window waits for you to input any captchas and MFA Keys.\n\nQuick Start::\n\n  aws-close-account my-account@example.com\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Programmatically close an AWS account using Selenium",
    "version": "0.3.2",
    "project_urls": {
        "Homepage": "https://github.com/JohannesEbke/aws_close_account"
    },
    "split_keywords": [
        "aws",
        "account",
        "selenium"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b89f2964b15832aff22e1c0d6c43dbe7bb97b9d0b1b710bedfdc658fbd018b8f",
                "md5": "6f55514f554dc771dd9b87d14172e318",
                "sha256": "c80591b2d83bea88d9a3f8db0f0ebe38516fbd02454568aee59b013920c667d8"
            },
            "downloads": -1,
            "filename": "aws_close_account-0.3.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f55514f554dc771dd9b87d14172e318",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 5078,
            "upload_time": "2024-01-28T19:01:11",
            "upload_time_iso_8601": "2024-01-28T19:01:11.123348Z",
            "url": "https://files.pythonhosted.org/packages/b8/9f/2964b15832aff22e1c0d6c43dbe7bb97b9d0b1b710bedfdc658fbd018b8f/aws_close_account-0.3.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e0c8c5dbbacee5da7d1cc671ddce17d6a192931412bc437a06d249c81440357",
                "md5": "8bf6cdc0ddb298fed882dfce8ac46dec",
                "sha256": "7da5516e6e2a06a663ac30b97452baa6717fdb67b7d23fa1465fb8fae1f159e2"
            },
            "downloads": -1,
            "filename": "aws_close_account-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8bf6cdc0ddb298fed882dfce8ac46dec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4486,
            "upload_time": "2024-01-28T19:01:12",
            "upload_time_iso_8601": "2024-01-28T19:01:12.691739Z",
            "url": "https://files.pythonhosted.org/packages/8e/0c/8c5dbbacee5da7d1cc671ddce17d6a192931412bc437a06d249c81440357/aws_close_account-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-28 19:01:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "JohannesEbke",
    "github_project": "aws_close_account",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "aws-close-account"
}
        
Elapsed time: 0.17264s