Skip to content

nazoking/awsxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awsxx
=====

Amazon Web Service High-Level Commands.

ec2-copy [SUBCOMMAND]
  EC2 インスタンスをコピーして立ち上げる一連の動作をする

SUBCOMMAND
  start
    インスタンスをコピーして立ち上げる
  terminate
    インスタンスを停止してボリュームを削除する
  unregister
    (必要なら)インスタンスを終了し、AMIを削除する。
  list
    関連するインスタンス、ボリューム、AMI、スナップショットの一覧

# INTALL

pip install https://github.com/nazoking/awsxx/wiki/dist/awsxx-0.0.5.tar.gz

# BUILD & DIST

checkout

```
git clone git@github.com:nazoking/awsxx.git
cd awsxx
git clone git@github.com:nazoking/awsxx.wiki.git wiki
ln -s `pwd`/wiki dist
```


```
# dist/awsxx-0.0.x.tar を作る
python setup.py sdist
git push
# wiki を更新
vim dist/Home.md
git commit wiki
git push wiki
```

About

AWS High-level utilities

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages