$remote_addr
field is not the client’s real IP, it is the private network address associated with your Endpoint. To identify the IP Address the end-user connected to your App, you will need to refer to the X-Forwarded-For
header. See HTTP Request Headers for more information. X-Amzn-Trace-Id
header in your App, especially if you are proxying this request to another destination. This header will allow you to track requests as they are passed between services.endpoint_hostname
: The hostname of the specific Endpoint that serviced this request (eg elb-shared-us-east-1-doit-123456.aptible.in)endpoint_id
: The unique Endpoint IDSHOW_ELB_HEALTHCHECKS
container exceeded its memory allocation
in your Log Drains.container has exited
in your logs./healthcheck
.
See Runtime Health Checks for more details about how these checks are performed.