Skip to content

Instantly share code, notes, and snippets.

@zanker
Created August 1, 2012 23:53
Show Gist options
  • Save zanker/3231660 to your computer and use it in GitHub Desktop.
Save zanker/3231660 to your computer and use it in GitHub Desktop.
Example of aws-security-group-manager file
ec2:
default:
-
group: monitor
region: us-west-1
port: 4949
protocol: tcp
note: M/Monit
-
group: monitor
region: us-west-1
port: 4313
protocol: tcp
note: Munin
-
ip: 0.0.0.0/0
port: 22
protocol: tcp
note: SSH
mongo:
-
group: app
region: :ALL
port: 27000
note: App servers
-
group: mongo-backup
region: :ALL
port: 27000
note: Mongo replica set backup
-
group: mongo
region: :ALL
port: 27000
note: Mongo primary/secondaries
memcached:
-
group: app
region: :SAME
port: 11211
note: Memcache
puppetmaster:
-
group: :ALL
port: 8100
protocol: tcp
note: Puppet Master
rds:
app-database:
-
group: app
region: :ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment