I have an AWX installed in each data center and I need to link those two AWS to be able to execute their tasks. Someone can explain me how can I do this please?
DATA CENTER I DATA CENTER II
AWX_DC1 AWX_DC2
Task 1 Task 2
The thing is that I need to create a workflow with two tasks created in different AWX
This is not currently supported in AWX. You could create a job on one AWX and have it trigger a job elsewhere, but there’s currently no Federation support for multiple clusters.
But he should be able to do this with one cluster right? if he has cross-dc connectivity. From my understanding, he’s requirements are purely geographical, he doesn’t really need 2 clusters.
So 1 cluster with an instance group with 2 instances, each in it’s own datacenter should do the trick.