In fact, we can just directly create the asgard configuration file ~/.asgard/Config.groovy. The format of the file is as below.
grails { awsAccounts=['YourAccountIDasDigitalNumber'] awsAccountNames=['YourAccountIDasDigitalNumber':'YourAccountName'] } secret { accessId='YourAccessID' secretKey='YourAccessSecretKey' } cloud { accountName='YourAccountName' publicResourceAccounts=['amazon'] }Hope above tip will save others time. In fact, I solve the problem after reading this discussion on google asgard group.