bio4j / dynamograph

GSoC 2014 project - a DynamoDB based graph DB
GNU Affero General Public License v3.0
4 stars 1 forks source link

AWS Account #39

Closed alberskib closed 10 years ago

alberskib commented 10 years ago

It looks like my aws account has insuffciient privileges for creating (perhaps other operations also) dynamodb tables. When I run Dynamograph I receirvre next error:

User: arn:aws:iam::[ID]:user/alberskib is not authorized to perform: dynamodb:CreateTable on resource: arn:aws:dynamodb:eu-west-1:143787710275:table/GoTerm 
(Service: AmazonDynamoDBv2; Status Code: 400; Error Code: AccessDeniedException; Request ID:[RID])

On the other hand when I run dynamograph on my private account I was able to creates tables, insert GO into them, read some data as well as delete those tables.

eparejatobes commented 10 years ago

Fixed

alberskib commented 10 years ago

It's strange but I am still receiving the same error. I need to wait some time untile changes will be deployed?

eparejatobes commented 10 years ago

it's just me, now it should work. I have a huge cold and I'm pretty useless :)

alberskib commented 10 years ago

Oh, I do not know about your cold. Get well soon! BTW now it seems that I have sufficient privileges to create tables, etc. I even save part of GO to the DynamoDB. Thanks

eparejatobes commented 10 years ago

thanks, feeling better today :dancer:

closing!