Copilot-cli: Load Balanced Web Service - Healthcheck feature gap

Created on 17 Mar 2021  路  2Comments  路  Source: aws/copilot-cli

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:

image

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:

image

typfeature typrequest

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 status to view the target group heath.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

srrengar picture srrengar  路  3Comments

aidansteele picture aidansteele  路  3Comments

kohidave picture kohidave  路  4Comments

sundarnarasiman picture sundarnarasiman  路  3Comments

noahjahn picture noahjahn  路  3Comments