You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
UnauthorizedOperationYou are not authorized to perform this operation.2ac05d20-ee08-4a73-9b41-0e32aba32c44
Thanks.
The text was updated successfully, but these errors were encountered:
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
UnauthorizedOperation
You are not authorized to perform this operation.2ac05d20-ee08-4a73-9b41-0e32aba32c44Thanks.
The text was updated successfully, but these errors were encountered: