timkay / aws

Easy command line access to Amazon EC2, S3, SQS, ELB, and SDB
http://timkay.com/aws/
424 stars 123 forks source link

{auth,revoke} Support security group Id (New option: -oi) #106

Closed icy closed 8 years ago

icy commented 8 years ago

New option (-oi, --source-group-id) allows to specify a source group Id. The current option (-o) only works with group Name.

icy commented 8 years ago

It's great if there is a way to detect group id from user input. e.g, if user provides sg-...., it would be a group id, not a group name (However, some system may trick this by having a group name like sg-12355).