Add ability to use either sec group name or sec group id or combinati… (#21049)

* Add ability to use either sec group name or sec group id or combination to ec2_lc. Also fix header size in AWS Guidelines

* Fix ec2 import to only import neccessary packages. Remove pep8 double line
This commit is contained in:
Rob 2017-04-05 04:11:21 +10:00 committed by Brian Coca
commit 7e3af115ce
2 changed files with 9 additions and 5 deletions

View file

@ -285,7 +285,7 @@ Pass this function a list of security group names or combination of security gro
return a list of IDs. You should also pass the VPC ID if known because security group names are not necessarily unique
across VPCs.
### sort_json_policy_dict
#### sort_json_policy_dict
Pass any JSON policy dict to this function in order to sort any list contained therein. This is useful
because AWS rarely return lists in the same order that they were submitted so without this function, comparison