Skip to main content

UNKNOWN

Project description

AWSのセキュリティグループを管理するツールです。

セキュリティグループの設定をcsvでダウンロード、コメントをつけてバージョン管理、追加したものをAPI経由で保存という使い方ができます。

## インストール

```
$ pip install sg
```

OR

```
$ python setup.py install
```

## 使い方

適切なディレクトリを作成し`init`コマンドを実行してください。

設定が保存されます。

```
$ cd yourpath
$ sgsg.py init
enter your region[us-east-1]:
us-west-2
save to sg.cfg
enter your aws_access_key_id:
xxx
enter your aws_secret_access_key:
xxx
save to aws_key
```

### リモートからローカルへの同期

以下AWS上に保存された設定を「リモート設定」、csvとして保存されている設定を「ローカル設定」と呼びます。

リモート設定を保存するには`fetch`コマンドを利用します。

```
$ sgsg.py fetch
mkdir security_groups
GROUP: group
save to security_groups/group.csv
```

ダウンロードされたcsvファイルにはコメントなどを追加することができます。エクセルなどで編集してください(文字コードはutf-8を想定しています)。

なお、新たなリモート設定が追加された場合も`fetch`で取得できます。更新時もコメントなどを消すことはありません。


### 差分の表示

ローカルとリモートの差分を表示するには`diff`コマンドを使用します。

`L:`とついているのはローカル設定だけにあるもの、`R:`とついているのはリモート設定だけにあるものです。

```
$ sgsg.py diff
GROUP: somegroup
L:tcp 22 22 192.168.11.1/32
R:tcp 22 22 0.0.0.0/32
```

### ローカルからリモートへの同期

更新を反映するには`commit`コマンドを使用します。

csvに追加、または削除を行なったあと、以下のコマンドを実行します。差分が表示されるので確認後yを選択してください。

```
sgsg.py commit security_groups/somegroup.csv
GROUP: somegroup
post this setting?[y/N]
+tcp 80 80 192.168.0.1
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sg-0.0.4.tar.gz (9.1 kB view details)

Uploaded Source

Built Distributions

sg-0.0.4.macosx-10.10-x86_64.tar.gz (18.3 kB view details)

Uploaded Source

sg-0.0.4-py2.7.egg (24.9 kB view details)

Uploaded Source

File details

Details for the file sg-0.0.4.tar.gz.

File metadata

  • Download URL: sg-0.0.4.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sg-0.0.4.tar.gz
Algorithm Hash digest
SHA256 4d42f7c1ad78cc3a79397422f52ffe39b1d440d1ef7d824023640baac8e29856
MD5 e5c77e7caa8e91d70666f20ce80d30c5
BLAKE2b-256 e645ec581f9237e98aa3df08ff2b3bcf48d41e97a5ca8129d6668fa1d28b11ca

See more details on using hashes here.

File details

Details for the file sg-0.0.4.macosx-10.10-x86_64.tar.gz.

File metadata

File hashes

Hashes for sg-0.0.4.macosx-10.10-x86_64.tar.gz
Algorithm Hash digest
SHA256 9df546fbad699dd0c5ecf929c5273258db07e31b04c6e6b94a04b9d8821c86e7
MD5 6fb7a6f8f8c61b1aee9e15332c52723a
BLAKE2b-256 fa970eb28611fd5a694ca87f3feed3e047a480e1644848d558a1299222b99f8a

See more details on using hashes here.

File details

Details for the file sg-0.0.4-py2.7.egg.

File metadata

  • Download URL: sg-0.0.4-py2.7.egg
  • Upload date:
  • Size: 24.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for sg-0.0.4-py2.7.egg
Algorithm Hash digest
SHA256 7a883d90d87b883aa339c4ef3870371baeb01db6530c556601f76d2ca036011e
MD5 6950a15f2b620996d2b21b7e1316c593
BLAKE2b-256 6b9054e09ef54a4e1247d7f93731fbd2b9f7b609c90395467fa52caa07796c92

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page