🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

spot-cluster

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spot-cluster

Auto manage AWS spot instance cluster by evenly distributed to zones and types.

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

TODO

https://github.com/AfterShip/spot-cluster/issues/1

What it does by spot-cluster?

Auto manage AWS spot instance cluster by evenly distributed to zones and types.

image

AWS IAM

Role

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "Stmt1435887829000",
            "Effect": "Allow",
            "Action": [
                "elasticloadbalancing:DeregisterInstancesFromLoadBalancer",
                "elasticloadbalancing:RegisterInstancesWithLoadBalancer"
            ],
            "Resource": [
                "*"
            ]
        },
        {
            "Sid": "Stmt1435902465000",
            "Effect": "Allow",
            "Action": [
                "ec2:CreateTags",
                "ec2:DeleteTags",
                "ec2:DescribeInstanceAttribute",
                "ec2:DescribeInstanceStatus",
                "ec2:DescribeInstances",
                "ec2:DescribeTags",
                "ec2:ModifyInstanceAttribute"
            ],
            "Resource": [
                "*"
            ]
        }
    ]
}

## How to run?

npm install npm start


## Release History

## License
Copyright (c) 2015 AfterShip
Licensed under the MIT license.

Keywords

aws

FAQs

Package last updated on 06 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts