Tag «Ansible»

Ansible and AWS cross-account access

To access AWS resources in another account you can create dedicated IAM user or use IAM roles. If you decide to create user, you need to generate username and password for AWS Console or access keys for API. Baking this keys in your code is almost always a bad idea. By setting up roles for …