An organization wants to deploy Ansible Automation Platform 2.x in a highly available configuration. Which component must be deployed in an active-active cluster to ensure controller failover?
Trap 1: PostgreSQL database
The database is required for HA but is not the controller component itself.
Trap 2: Private Automation Hub
Hub can be clustered for content management, but does not handle controller failover.
Trap 3: Automation mesh
Automation mesh distributes execution workloads, not controller failover.
- A
PostgreSQL database
Why wrong: The database is required for HA but is not the controller component itself.
- B
Automation controller
The controller runs the web UI, API, and scheduler; an active-active cluster with a load balancer provides HA.
- C
Private Automation Hub
Why wrong: Hub can be clustered for content management, but does not handle controller failover.
- D
Automation mesh
Why wrong: Automation mesh distributes execution workloads, not controller failover.