项目作者: iamjinlei

项目描述 :
Convenient tool for managing AliYun ECS instances
高级语言: Go
项目地址: git://github.com/iamjinlei/aliecs.git
创建时间: 2019-05-26T09:39:41Z
项目社区:https://github.com/iamjinlei/aliecs

开源协议:

下载


AliYun ECS Control

This is a utilitiy tool allows you to up/down AliYun ecs instance conveniently, saving instance cost by bringing it up on demand.

Install

Clone the repo and add the following alias to ~/.bash_profile

  1. alias ecs='bash PATH_TO/aliecs/scripts/ecs.sh'

Then source ~/.bash_profile

Usage

Set env vars:

  1. export ECS_ACCESS_KEY_ID # AliYun access key ID
  2. export ECS_ACCESS_KEY_SECRET # AliYun access key secret
  3. export ECS_KEY_PAIR_NAME # Optional
  4. export ECS_ROOT_PWD # Root password

Commands:

  1. ecs up # create a new instance or start an existing one
  2. ecs down # stop an existing instance
  3. ecs del # delete an instance
  4. ecs desc # list available instances
  5. ecs go # ssh into one of the instances

All those commands support an optional index to specify a particular instance to operate on. The index is defined in the table from the ecs desc. Index 0 is used by default.

Instance related configs are in config.go