Template - Multiple AWS Credentials

,

Is there a way to assign multiple AWS credentials to a Template?

Obviously, I cannot do this through the UI, but can I do something via AWX api or something similar?

Cheers!

anyone?

cheers

Hi!

No this isn’t possible.

However, you can create multiple copies of the same template, and attach one AWS credential to each of them.

Furthermore, you can create a single workflow template to launch each of these JTs. You may utilize the “prompt on launch” feature on the Job Template which allows you to select a different credential for each node in the workflow.

see https://docs.ansible.com/automation-controller/latest/html/userguide/workflow_templates.html for workflow usage

Let us know if that helps!

Seth