Re: [ansible-project] How to manage AWS resources by Ansible Without Access Keys and Secret Access Keys

2019-01-03 Thread S Saravanan
>> power, just as you should avoid giving a user too much power. >>>> >>>> The big advantage of using an instance policy is that software on the >>>> instance - like Ansible - can do anything the instance is allowed to do, >>>> without having t

Re: [ansible-project] How to manage AWS resources by Ansible Without Access Keys and Secret Access Keys

2019-01-02 Thread S Saravanan
ut IAM users, access keys or secrets of any kind > (although you will need to be able to log into the instance to do stuff). > > The other thing you can do is attach a limited instance policy first, and > change it later - any change to the role will be effective almost > immed

[ansible-project] How to manage AWS resources by Ansible Without Access Keys and Secret Access Keys

2019-01-02 Thread S Saravanan
Hi All, How can we manage AWS resources by Ansible without Access Keys and Secret Access Keys ? There is a requirement to use Ansible server to manage AWS, but should not use access and secret keys for security policy in the project. We have to use only IAM role based access for this. Which