Answers4AWS / graffiti-monkey

Goes around tagging things
Apache License 2.0
255 stars 88 forks source link

Copy Tags from AMI to Snapshot #43

Open bdandoy opened 7 years ago

bdandoy commented 7 years ago

Can there be an option added to copy AMI tags to their associated snapshot?

wellus commented 7 years ago

Very good idea.

rodriguezsergio commented 6 years ago

Doesn't look like this is possible with the current version of boto. boto3 supports this with the block_device_mappings attribute, however, the older version doesn't appear to have that.

http://boto.cloudhackers.com/en/latest/ref/ec2.html#boto.ec2.image.Image

rodriguezsergio commented 6 years ago

https://github.com/ajkerrigan-mdsol/graffiti-monkey/pull/1