Answers4AWS / graffiti-monkey

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

Unauthorized errors #42

Open vin4git opened 7 years ago

vin4git commented 7 years ago

Hi,

I have installed and set-up the graffiti monkey. However, AWS CLI is running perfect and I'm a admin user but still getting the unauthorized errors. Please check the below logs and help me:

$ graffiti-monkey -v --region us-west-2 2017-07-07 15:37:11 [INFO] [graffiti_monkey.core(51):init] Connecting to region us-west-2 using profile default 2017-07-07 15:37:11 [INFO] [graffiti_monkey.core(78):tag_volumes] Getting list of all volumes Traceback (most recent call last): File "/usr/bin/graffiti-monkey", line 11, in sys.exit(run()) File "/usr/lib/python2.7/site-packages/graffiti_monkey/cli.py", line 168, in run cli.run() File "/usr/lib/python2.7/site-packages/graffiti_monkey/cli.py", line 158, in run self.start_tags_propagation() File "/usr/lib/python2.7/site-packages/graffiti_monkey/cli.py", line 138, in start_tags_propagation self.monkey.propagate_tags() File "/usr/lib/python2.7/site-packages/graffiti_monkey/core.py", line 70, in propagate_tags self.tag_volumes() File "/usr/lib/python2.7/site-packages/graffiti_monkey/core.py", line 79, in tag_volumes volumes = self._conn.get_all_volumes() File "/usr/lib/python2.7/site-packages/boto/ec2/connection.py", line 2157, in get_all_volumes [('item', Volume)], verb='POST') File "/usr/lib/python2.7/site-packages/boto/connection.py", line 1186, in get_list raise self.ResponseError(response.status, response.reason, body) boto.exception.EC2ResponseError: EC2ResponseError: 403 Forbidden <?xml version="1.0" encoding="UTF-8"?>

UnauthorizedOperationYou are not authorized to perform this operation.2ac05d20-ee08-4a73-9b41-0e32aba32c44

Thanks.