Skip to content

Instantly share code, notes, and snippets.

@lardcanoe
Created February 18, 2013 21:28
Show Gist options
  • Save lardcanoe/4980928 to your computer and use it in GitHub Desktop.
Save lardcanoe/4980928 to your computer and use it in GitHub Desktop.
Add tags to ec2_vol created by @lwade
if device_name and instance:
try:
volume.add_tag("Name", "%s - %s" % (inst.id, device_name))
@lardcanoe
Copy link
Author

@lwade - any chance you want to implement this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment