cm-cluster-on-demand-aws


Namecm-cluster-on-demand-aws JSON
Version 10.0.10 PyPI version JSON
download
home_pagehttps://www.brightcomputing.com/
SummaryBright Cluster on Demand Utility AWS
upload_time2024-12-12 22:19:51
maintainerNone
docs_urlNone
authorCloudteam
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            With Cluster on Demand for AWS you can spin up a cluster running Bright Cluster
Manager inside of AWS.

# Installation

```
pip install cm-cluster-on-demand-aws
```

# Usage

To get started, execute the following command:

```
cm-cod-aws --help
```

Example, To start a Bright Cluster with 5 nodes and 1 headnode in AWS:

```
cm-cod-aws cluster create --on-error 'cleanup' --aws-region 'us-east-1' --wlm 'slurm' --nodes '5' --aws-access-key-id '...' --aws-secret-key '...' --cluster-password '...'  --license-product-key '...' --name mycluster
```

Don't forget to fill in the '...' blanks, and change the other parameters to
the values that match your use-case and organization. To obtain a Bright
product key, please contact sales@brightcomputing.com. All documentation for
setting up and running a Bright cluster using Cluster On Demand on AWS can be
found in the
[Cloudbursting Manual](https://www.brightcomputing.com/documentation).

If you have an account in Bright Computing's Customer Portal, you can also
create a AWS/Azure cluster from there.



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.brightcomputing.com/",
    "name": "cm-cluster-on-demand-aws",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Cloudteam",
    "author_email": "cloudteam@brightcomputing.com",
    "download_url": "https://files.pythonhosted.org/packages/2c/48/16423bc4b2e80600bf1c1334b8160d2c9e04005619544e13252e6817965a/cm-cluster-on-demand-aws-10.0.10.tar.gz",
    "platform": null,
    "description": "With Cluster on Demand for AWS you can spin up a cluster running Bright Cluster\nManager inside of AWS.\n\n# Installation\n\n```\npip install cm-cluster-on-demand-aws\n```\n\n# Usage\n\nTo get started, execute the following command:\n\n```\ncm-cod-aws --help\n```\n\nExample, To start a Bright Cluster with 5 nodes and 1 headnode in AWS:\n\n```\ncm-cod-aws cluster create --on-error 'cleanup' --aws-region 'us-east-1' --wlm 'slurm' --nodes '5' --aws-access-key-id '...' --aws-secret-key '...' --cluster-password '...'  --license-product-key '...' --name mycluster\n```\n\nDon't forget to fill in the '...' blanks, and change the other parameters to\nthe values that match your use-case and organization. To obtain a Bright\nproduct key, please contact sales@brightcomputing.com. All documentation for\nsetting up and running a Bright cluster using Cluster On Demand on AWS can be\nfound in the\n[Cloudbursting Manual](https://www.brightcomputing.com/documentation).\n\nIf you have an account in Bright Computing's Customer Portal, you can also\ncreate a AWS/Azure cluster from there.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Bright Cluster on Demand Utility AWS",
    "version": "10.0.10",
    "project_urls": {
        "Homepage": "https://www.brightcomputing.com/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c4816423bc4b2e80600bf1c1334b8160d2c9e04005619544e13252e6817965a",
                "md5": "a3b043a20028958cf1c040522f38e98f",
                "sha256": "a74dd532ca221b0c271582cd5580c10fad8ce902ffd5f4a239d803bcf7989a12"
            },
            "downloads": -1,
            "filename": "cm-cluster-on-demand-aws-10.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "a3b043a20028958cf1c040522f38e98f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 46843,
            "upload_time": "2024-12-12T22:19:51",
            "upload_time_iso_8601": "2024-12-12T22:19:51.808732Z",
            "url": "https://files.pythonhosted.org/packages/2c/48/16423bc4b2e80600bf1c1334b8160d2c9e04005619544e13252e6817965a/cm-cluster-on-demand-aws-10.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-12 22:19:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cm-cluster-on-demand-aws"
}
        
Elapsed time: 1.33852s