LoginSignup
1
1

More than 5 years have passed since last update.

Windows上でpiculetを動かす方法

Posted at

piculetはEC2のセキュリティーグループをコマンドラインで設定するためのツールです。
https://github.com/winebarrel/piculet

  • Rubyのバージョンを2.0以上にする
  • 環境変数を指定する
$ SET AWS_ACCESS_KEY_ID=[...]
$ SET AWS_SECRET_ACCESS_KEY=[...]
$ SET AWS_REGION=ap-northeast-1
  • piculet を実行する
piculet -e -o setting.txt  # ファイルに設定を書き出す
piculet -a --dry-run       # 実行できるか確認
piculet -a                 # Groupfile の内容を設定に反映
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1