-
Does anyone have a successful IAM policy for Graffiti Monkey they can share?
I've tried a few but I am clearing missing something as still getting 404 from boto.
-
I just ran `graffiti-monkey` for the first time, and while all the volumes were tagged appropriately, `graffiti-monkey` crashed when it came to tagging snapshots with the same tags.
Here's the out…
-
Replacing boto with boto3 will make it easy to run graffiti monkey as a lambda.
An attempt to make this change is here: https://github.com/joehack3r/graffiti-monkey/tree/migrate-to-boto3
-
While tagging the snapshot , It uses a prefix BACKUP_MONKEY..which is kind of confusing while searching from a large number of snapshots. we need to run graffiti_monkey after backup monkey finishes it…
-
Would like to see Graffiti Monkey have the ability to assume roles in other accounts, like [Backup Monkey][readme] already does.
[readme]: https://github.com/Answers4AWS/backup-monkey/blob/master…
-
1. When i do graffiti-monkey -h it does NOT show below options.
--volumes volume(s) to tag
--snapshots snapshot(s) to tag
--novolumes do not perform volume taggin…
-
I've made the following changes:
* commented out the following in `core.py`:
```
tags_to_set['instance_id'] = instance_id
tags_to_set['device'] = device
```
* using this config:
```
--…
-
Lambda no longer allows Python2.7. We started looking at upgrading graffiti_monkey to support Python3+. I think requirements and several pieces are going to have to be updated. After updating sever…
-
For some files I get the error "Couldn't open file". I guess it has to do with the filename somehow.
Examples that fail:
'Veronica Mars S03E09 Spit & Eggs.srt'
'Veronica Mars S03E10 Show Me the …
-
is it possible to run graffity-monkey in all regions or i have to execute again changing region flag?
Thanks, great tool!