Following up from my previous Hybrid Cloud Extension (HCX) Automation article which looked at deploying the HCX Manager OVA, this article will now focus on automating the initial configuration of HCX Manager including the registration to HCX Cloud which will enable the on-prem HCX Manager to be used with VMware Cloud on AWS (VMC). Once HCX Manager is up and running, customers can configure the system using the HCX VAMI interface which is available on port 9443 via the UI or in our case with the HCX VAMI APIs.
I have updated my HCX PowerShell Module to include 8 additional functions that can be used for initial configuration of HCX Manager:
- Set-HcxVCConfig
- Set-HcxLicense
- Get-HcxNSXConfig
- Set-HcxNSXConfig
- Get-HcxLocation
- Set-HcxLocation
- Get-HcxRoleMapping
- Set-HcxRoleMapping
- Get-HcxProxy
- Set-HcxProxy
- Remove-HcxProxy