asgard icon indicating copy to clipboard operation
asgard copied to clipboard

Issue regarding running Asgard 1.5.1 on EC2 (ubuntu)

Open sainivikas opened this issue 8 years ago • 2 comments

I followed guidelines of Quick start and face following error when running Asgard on my Ubuntu EC2 machine.

AWS Error Code: AccessDeniedException, AWS Error Message: User: arn:aws:iam::A/C no:user/ABC is not authorized to perform: swf:ListDomains on resource: arn:aws:swf:us-east-1:A/C no:/domain/*

This is my Config.groovy ->

grails { awsAccounts=['A/C'] awsAccountNames=['A/C':'prod'] } secret { accessId='accessid' secretKey='secretkey' } cloud { accountName='prod' publicResourceAccounts=['amazon'] }

Am i missing something ?

sainivikas avatar Feb 15 '16 06:02 sainivikas

@sainivikas are you able to solve this problem?

arbabnazar avatar Sep 18 '16 23:09 arbabnazar

Yes, it was occur because the aws key which I used did not have appropriate permission.

sainivikas avatar Sep 19 '16 15:09 sainivikas