Closed cou929 closed 1 year ago
In addition it is not possible to update the autoscaling configuration from the console - at least when using a custom check path. Our application logs indicate that the health checks will be performed on "/" instead of the previously configured path when trying to update the config.
Hello everyone, Now you can configure HTTP health checks from App Runner console. You can also update your service configuration without overriding health check configuration. Our documentation will be updated soon.
Thank you for your feedback!
Community Note
Tell us about your request I want to run a containerized application, which image is pushed to ecr, on App Runner that already has an HTTP health check endpoint implemented. However, there is no item in the console to set the HTTP protocol health check.
Describe alternatives you've considered I want you to be able to configure the health check of HTTP protocol from the AWS console. Currently configurable only TCP protocol on console.
Additional context We can configure it using the AWS CLI (aws apprunner create-service), but I want also be able to configure it from the console.
Attachments Only TCP health checks supported on console.