# Status Checks on the Worker Loadbalancer Show as Nodes Down in AWS

## Problem

Kubernetes Nodes in an AWS cluster show as OutOfService if viewed from the Load Balancer Perspective.

## Environment

* Platform9 Managed Kubernetes - All Versions
* AWS Cloud Provider

## Answer

This behavior is expected. The Load Balancer runs the health check on port 443 on which nothing is running. Because of this, the Load Balancer thinks the nodes are out of service.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://platform9.com/kb/pmk/how-to/status-checks-on-the-worker-loadbalacer-show-as-nodes-down-in-a.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
