resoto-plugin-cleanup-aws-vpcs


Nameresoto-plugin-cleanup-aws-vpcs JSON
Version 3.7.0 PyPI version JSON
download
home_page
SummaryAWS VPC Cleaner Plugin
upload_time2023-09-27 08:15:55
maintainer
docs_urlNone
authorSome Engineering Inc.
requires_python>=3.9
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # resoto-plugin-cleanup-aws-vpcs
AWS VPC Cleanup Plugin for Resoto

This plugin marks all VPC dependencies for cleanup. The VPC must have been previously marked for cleanup by another cleanup plugin.

The following resources are currently being marked for cleanup

- AWS VPC Peering Connections
- AWS EC2 Network ACLs
- AWS EC2 Network Interfaces
- AWS ELB
- AWS ALB
- AWS ALB Target Groups
- AWS EC2 Subnets
- AWS EC2 Security Groups
- AWS EC2 Internet Gateways
- AWS EC2 NAT Gateways
- AWS EC2 Route Tables

## Usage

In `resh` execute

```
> config edit resoto.worker
```

and find the following section

```
plugin_cleanup_aws_vpcs:
  # Dictionary of key cloud with list of account IDs for which the plugin should be active as value
  config:
    aws:
      - '1234567'
      - '567890'
  # Enable plugin?
  enabled: false
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "resoto-plugin-cleanup-aws-vpcs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Some Engineering Inc.",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f1/87/a9d11fb82a1a0ab759bb91c7aafc7a29386268316fd9150bd2d15988d8a2/resoto-plugin-cleanup-aws-vpcs-3.7.0.tar.gz",
    "platform": null,
    "description": "# resoto-plugin-cleanup-aws-vpcs\nAWS VPC Cleanup Plugin for Resoto\n\nThis plugin marks all VPC dependencies for cleanup. The VPC must have been previously marked for cleanup by another cleanup plugin.\n\nThe following resources are currently being marked for cleanup\n\n- AWS VPC Peering Connections\n- AWS EC2 Network ACLs\n- AWS EC2 Network Interfaces\n- AWS ELB\n- AWS ALB\n- AWS ALB Target Groups\n- AWS EC2 Subnets\n- AWS EC2 Security Groups\n- AWS EC2 Internet Gateways\n- AWS EC2 NAT Gateways\n- AWS EC2 Route Tables\n\n## Usage\n\nIn `resh` execute\n\n```\n> config edit resoto.worker\n```\n\nand find the following section\n\n```\nplugin_cleanup_aws_vpcs:\n  # Dictionary of key cloud with list of account IDs for which the plugin should be active as value\n  config:\n    aws:\n      - '1234567'\n      - '567890'\n  # Enable plugin?\n  enabled: false\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "AWS VPC Cleaner Plugin",
    "version": "3.7.0",
    "project_urls": {
        "Documentation": "https://resoto.com",
        "Source": "https://github.com/someengineering/resoto/tree/main/plugins/cleanup_aws_vpcs"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "649353ce43fa0bae8aebebe8f86608c5f9f543f76e86ad8f90d6226b3fc523df",
                "md5": "5c53166984eea6b105e89253ce6825d7",
                "sha256": "1a399d45d8e0611bd84c8009211c0fc61c279f6dc30e8774aaa7210eb0e2455d"
            },
            "downloads": -1,
            "filename": "resoto_plugin_cleanup_aws_vpcs-3.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5c53166984eea6b105e89253ce6825d7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4639,
            "upload_time": "2023-09-27T08:15:54",
            "upload_time_iso_8601": "2023-09-27T08:15:54.264876Z",
            "url": "https://files.pythonhosted.org/packages/64/93/53ce43fa0bae8aebebe8f86608c5f9f543f76e86ad8f90d6226b3fc523df/resoto_plugin_cleanup_aws_vpcs-3.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f187a9d11fb82a1a0ab759bb91c7aafc7a29386268316fd9150bd2d15988d8a2",
                "md5": "6f94f23679310db9f11695a11989afef",
                "sha256": "adaeeeed770be8a5f9a47f8fb3461ab0031d587c1ed6b57c194e6f8ccca8730a"
            },
            "downloads": -1,
            "filename": "resoto-plugin-cleanup-aws-vpcs-3.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6f94f23679310db9f11695a11989afef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4156,
            "upload_time": "2023-09-27T08:15:55",
            "upload_time_iso_8601": "2023-09-27T08:15:55.354249Z",
            "url": "https://files.pythonhosted.org/packages/f1/87/a9d11fb82a1a0ab759bb91c7aafc7a29386268316fd9150bd2d15988d8a2/resoto-plugin-cleanup-aws-vpcs-3.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-27 08:15:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "someengineering",
    "github_project": "resoto",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "resoto-plugin-cleanup-aws-vpcs"
}
        
Elapsed time: 0.28780s