Page 1 of 1

IAM Role based install

Posted: Tue Nov 29, 2016 5:04 pm
by ultrspark5
I am looking to install this application on a IAM role based EC2 server with no key directly applying in the automaticcloud tool, the security permissions are applied at the instance level and policy is controlled by IAM, Is there any option or ways to setup this tool to use IAM role.

Thank you

Re: IAM Role based install

Posted: Fri Dec 09, 2016 7:46 pm
by admin
To use AutomatiCloud you need to create a pair of access-key and secret-key. Both have to be entered in the settings dialog.
The two keys have to be associated with a user account you set up in IAM. This user account must be given a role with some IAM rights that are documented here:

http://www.automaticloud.net/setup/

If you want to limit the rights to a single EC2 instance you have to change the resource clause

"Resource": [ "*"]

Stephan