resoto-plugin-cleanup-aws-loadbalancers


Nameresoto-plugin-cleanup-aws-loadbalancers JSON
Version 3.6.5 PyPI version JSON
download
home_page
SummaryAWS Loadbalancers Cleaner Plugin
upload_time2023-08-02 19:27:49
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-loadbalancers
AWS Loadbalancers Cleanup Plugin for Resoto

This plugin cleans up AWS ALB/ELB load balancers with no instances attached to them.

## Usage

```
plugin_cleanup_aws_loadbalancers:
  # Enable plugin?
  enabled: false
  # Minimum age of unused load balancers to cleanup
  min_age: '7 days'
```

The default load balancer age is 7 days. Meaning if a load balancer is more than 7 days old and does not have any instances/backends attached it will be flagged for cleanup.

Optionally change the age cutoff value using the `min_age` option.

Example of valid age units:

```
weeks
days
hours
minutes
```

Each of them can be abbreviated down to one letter. E.g. `7d`, `24h`, `60m`, etc. A space in between the numeric and the unit is optional, meaning `7d` and `7 days` are equivalent.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "resoto-plugin-cleanup-aws-loadbalancers",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Some Engineering Inc.",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ff/9e/ad792bbe6ea7dfdee81d1986bdc7974e63f96a3dcf12d0b6b45e92afdf00/resoto-plugin-cleanup-aws-loadbalancers-3.6.5.tar.gz",
    "platform": null,
    "description": "# resoto-plugin-cleanup-aws-loadbalancers\nAWS Loadbalancers Cleanup Plugin for Resoto\n\nThis plugin cleans up AWS ALB/ELB load balancers with no instances attached to them.\n\n## Usage\n\n```\nplugin_cleanup_aws_loadbalancers:\n  # Enable plugin?\n  enabled: false\n  # Minimum age of unused load balancers to cleanup\n  min_age: '7 days'\n```\n\nThe default load balancer age is 7 days. Meaning if a load balancer is more than 7 days old and does not have any instances/backends attached it will be flagged for cleanup.\n\nOptionally change the age cutoff value using the `min_age` option.\n\nExample of valid age units:\n\n```\nweeks\ndays\nhours\nminutes\n```\n\nEach of them can be abbreviated down to one letter. E.g. `7d`, `24h`, `60m`, etc. A space in between the numeric and the unit is optional, meaning `7d` and `7 days` are equivalent.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "AWS Loadbalancers Cleaner Plugin",
    "version": "3.6.5",
    "project_urls": {
        "Documentation": "https://resoto.com",
        "Source": "https://github.com/someengineering/resoto/tree/main/plugins/cleanup_aws_loadbalancers"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ee2f786db55213c3636c9e4e0b0665f1d8edce1176925a85b0769cc7160c1ae",
                "md5": "657ab8d20b79d4fd8834992ce8b1328f",
                "sha256": "867322081533a43289ec0834c64c5ade6e3fd9651eae59cf891a088d873fe9ce"
            },
            "downloads": -1,
            "filename": "resoto_plugin_cleanup_aws_loadbalancers-3.6.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "657ab8d20b79d4fd8834992ce8b1328f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4478,
            "upload_time": "2023-08-02T19:27:48",
            "upload_time_iso_8601": "2023-08-02T19:27:48.596983Z",
            "url": "https://files.pythonhosted.org/packages/4e/e2/f786db55213c3636c9e4e0b0665f1d8edce1176925a85b0769cc7160c1ae/resoto_plugin_cleanup_aws_loadbalancers-3.6.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff9ead792bbe6ea7dfdee81d1986bdc7974e63f96a3dcf12d0b6b45e92afdf00",
                "md5": "ad2f1eef7729b8139f22a581bb16c647",
                "sha256": "e0b8abf4ce05dde2c1eb24d0a77becde4828bd472cc08e1d4a1dc1fbf10e2146"
            },
            "downloads": -1,
            "filename": "resoto-plugin-cleanup-aws-loadbalancers-3.6.5.tar.gz",
            "has_sig": false,
            "md5_digest": "ad2f1eef7729b8139f22a581bb16c647",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3981,
            "upload_time": "2023-08-02T19:27:49",
            "upload_time_iso_8601": "2023-08-02T19:27:49.492303Z",
            "url": "https://files.pythonhosted.org/packages/ff/9e/ad792bbe6ea7dfdee81d1986bdc7974e63f96a3dcf12d0b6b45e92afdf00/resoto-plugin-cleanup-aws-loadbalancers-3.6.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-02 19:27:49",
    "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-loadbalancers"
}
        
Elapsed time: 0.12759s