|
|
|
|
|
by aexaey
3948 days ago
|
|
Thanks for introducing me to boto3. Being able to write compact and powerful stuff like: print [i.console_output()['Output'] for i in boto3.resource('ec2').instances.filter(Filters=[{'Name': 'tag:Name', 'Values': ['frontend17']}])][0] ...is pretty awsesome! |
|
https://github.com/boto/boto/pull/3186