Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sainivikas opened this issue Feb 15, 2016 · 2 comments
Open

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

sainivikas opened this issue Feb 15, 2016 · 2 comments

Comments

@sainivikas
Copy link

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
Copy link

@sainivikas are you able to solve this problem?

@sainivikas
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants