Netflix / asgard

[Asgard is deprecated at Netflix. We use Spinnaker ( www.spinnaker.io ).] Web interface for application deployments and cloud management in Amazon Web Services (AWS). Binary download: http://github.com/Netflix/asgard/releases
http://netflix.github.com/asgard
Apache License 2.0
2.24k stars 405 forks source link

Issue regarding running Asgard 1.5.1 on EC2 (ubuntu) #722

Open sainivikas opened 8 years ago

sainivikas commented 8 years ago

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 ?

arbabnazar commented 7 years ago

@sainivikas are you able to solve this problem?

sainivikas commented 7 years ago

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