Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/kgrvamsi/cheapinstances

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/kgrvamsi/cheapinstances

  • v0.0.0-20160406162624-84789b393799
  • Source
  • Go
  • Socket score

Version published
Created
Source

CheapInstances

CheatInstances is a tool to get the Spot instances from AWS through CLI

// With Options
Usage: cheapinstances -count="3" -instance="m3.medium" -price="0.10" -region="us-east-1" -zone="us-east-1c"
  -count string
    This is used for the number of instance requests you need
  -instance string
    This Represents the Instance Type
  -price string
    This Represents the Price to use for the Requested instance
   -region string
    This Represents the Region to Use
   -zone string
    This Represents the zone to use for the respective Region

// Without Options
./cheapinstances
Enter any one in the following:
	1) Get the price history
	2) Create the Spot Instance
	3) Check the Spot Instance Request History
	4) Cancel the Spot Instance Request
	5) Exit

Folder Strucutre

├── Dockerfile
├── README.md
├── config.ini
├── glide.lock
├── glide.yaml
├── main.go
├── server
│   └── server.go
└── slack
    └── slack.go

Functionalities

Things Done So Far

1)Create the Spot Instance Request.
2)Check for the Spot Instance Price History.
3)Cancel the Spot Instance Request.
4)Get the Spot Instances Request made from the Account.

Yet to Do

1)Get the Least Price based zone and the price.
2)Anticipating the Price for the next Request.

Third Party Integrations

Slack: We have integrated Slack Chat based integration on every request you make

FAQs

Package last updated on 06 Apr 2016

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc