cloudavail / aws-missing-tools

tools for managing AWS resources including EC2, EBS, RDS, IAM, CloudFormation and Route53.
1.34k stars 405 forks source link

Added InstanceName tag to volumes on backup #139

Closed pedrohdz closed 5 years ago

pedrohdz commented 7 years ago

Added the option "i" to tag volumes with the Instance Name from the attached instance ID.

This PR was originally created by @cwturley in colinbjohnson/aws-missing-tools/pull/74/files. Merge conflicts corrected, and added --region to aws calls, the latter is based off @iiro recommendation.