netunicorn-connector-aws


Namenetunicorn-connector-aws JSON
Version 0.0.8 PyPI version JSON
download
home_pageNone
SummaryAWS connector for netunicorn
upload_time2024-04-10 22:15:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords netunicorn
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # netunicorn-connector-aws
This is an AWS Fargate connector for netunicorn.

## How to use
This connector is supposed to be installed as a part of netunicorn-director-infrastructure package or container.

Install the package:
```bash
pip install netunicorn-connector-aws
```

Then, add the connector to the netunicorn-director-infrastructure configuration:
```yaml
  aws-fargate:  # unique name
    enabled: true
    module: "netunicorn.director.infrastructure.connectors.aws"  # where to import from
    class: "AWSFargate"  # class name
    config: "configuration-example.yaml"     # path to configuration file
```

Modify the configuration file to provide needed parameters (see [example](configuration-example.yaml)), such as
AWS credentials, region, etc.

## AWS configuration
You need to create an ECS cluster with Fargate as a provider type, e.g., according to this guide: https://docs.aws.amazon.com/AmazonECS/latest/userguide/create-cluster-console-v2.html

In the configuration file, please provide valid credentials, the correct region, and the cluster name.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "netunicorn-connector-aws",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "netunicorn",
    "author": null,
    "author_email": "Roman Beltiukov <rbeltiukov@ucsb.edu>",
    "download_url": "https://files.pythonhosted.org/packages/b2/51/46def6249ce34374a4f5623b462298febc28fc8c62d8196ff72190047e75/netunicorn-connector-aws-0.0.8.tar.gz",
    "platform": null,
    "description": "# netunicorn-connector-aws\nThis is an AWS Fargate connector for netunicorn.\n\n## How to use\nThis connector is supposed to be installed as a part of netunicorn-director-infrastructure package or container.\n\nInstall the package:\n```bash\npip install netunicorn-connector-aws\n```\n\nThen, add the connector to the netunicorn-director-infrastructure configuration:\n```yaml\n  aws-fargate:  # unique name\n    enabled: true\n    module: \"netunicorn.director.infrastructure.connectors.aws\"  # where to import from\n    class: \"AWSFargate\"  # class name\n    config: \"configuration-example.yaml\"     # path to configuration file\n```\n\nModify the configuration file to provide needed parameters (see [example](configuration-example.yaml)), such as\nAWS credentials, region, etc.\n\n## AWS configuration\nYou need to create an ECS cluster with Fargate as a provider type, e.g., according to this guide: https://docs.aws.amazon.com/AmazonECS/latest/userguide/create-cluster-console-v2.html\n\nIn the configuration file, please provide valid credentials, the correct region, and the cluster name.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "AWS connector for netunicorn",
    "version": "0.0.8",
    "project_urls": null,
    "split_keywords": [
        "netunicorn"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b25a25497d935e4bd91b43fa2229f5cb0d0a5f3c6826c6adfd0286156ed5123",
                "md5": "67037610feee5cbfd0816c3ffd6729c2",
                "sha256": "73373224b6f3ac15c639ddd2ca7a4ff8d0bdbe57d5ca5622dadb194ce05319cb"
            },
            "downloads": -1,
            "filename": "netunicorn_connector_aws-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67037610feee5cbfd0816c3ffd6729c2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 7454,
            "upload_time": "2024-04-10T22:15:21",
            "upload_time_iso_8601": "2024-04-10T22:15:21.736870Z",
            "url": "https://files.pythonhosted.org/packages/0b/25/a25497d935e4bd91b43fa2229f5cb0d0a5f3c6826c6adfd0286156ed5123/netunicorn_connector_aws-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b25146def6249ce34374a4f5623b462298febc28fc8c62d8196ff72190047e75",
                "md5": "a26a1dbf139b0ef1fc936d095c724dc8",
                "sha256": "db468fef6b95a2b76b0bf08a432ddad1839c8cbe71305dde1222172d44923fdf"
            },
            "downloads": -1,
            "filename": "netunicorn-connector-aws-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "a26a1dbf139b0ef1fc936d095c724dc8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 7526,
            "upload_time": "2024-04-10T22:15:23",
            "upload_time_iso_8601": "2024-04-10T22:15:23.367532Z",
            "url": "https://files.pythonhosted.org/packages/b2/51/46def6249ce34374a4f5623b462298febc28fc8c62d8196ff72190047e75/netunicorn-connector-aws-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 22:15:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "netunicorn-connector-aws"
}
        
Elapsed time: 0.21866s