Deploy Vault to ECS/Fargate

Attempting to slowly move my dev/local setup over to Fargate. So far, I can successfully Deploy and achieve a healthy status, but I cannot access to UI.

When I navigate to https://myurl/vault/ui, it seems to always land on the /v1/sys/health page which gives errors:[] .

I am not sure if this is a port issue, the Fargate logs indicate that this is a dev instance which turns on the UI by default. I am using no other vault config.

The Vault UI doesn’t support being hosted at a sub-path like that, as far as I know.