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 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/*
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 ?
The text was updated successfully, but these errors were encountered: