I've reported this issue on the gitter channel and am now raising it here as @efekarakus mentioned it would help you guys keep track of it. Thanks again for your amazing work on the copilot CLI, this is really good stuff!!
I'm confused why the healthcheck config below for a Load Balanced Web Service isn't working. I don't actually get any errors, however, copilot reports this service health status as UNKNOWN:

My manifest configuration:
...
type: Load Balanced Web Service
http:
path: '/'
healthcheck:
path: '/hc'
healthy_threshold: 3
unhealthy_threshold: 2
interval: 15s
timeout: 10s
...
More context on the conversation below:

I am also experiencing this.
Hi @afgallo and @coopsmoss ! This is now resolved in v1.8.0 馃コ https://github.com/aws/copilot-cli/releases/tag/v1.8.0
You can use copilot svc status to view the target group heath.
Most helpful comment
Hi @afgallo and @coopsmoss ! This is now resolved in v1.8.0 馃コ https://github.com/aws/copilot-cli/releases/tag/v1.8.0
You can use
copilot svc statusto view the target group heath.