I am running a Google Compute Engine instance. About every ten seconds, I get a request from a local link address (such as 169.254.169.254
) requesting metadata from my instance. The request is on the computeMetadata
path, suggesting that google is trying an [to get meta data from my instance].
Why am I receiving these requests? Do I have compute engine configured incorrectly? Right now my app returns a 404, should it do something else?
This is the full request:
010.240.059.243.48574-169.254.169.254.00080: GET /computeMetadata/v1beta1/instance/network-interfaces/0/public-endpoint-ips?alt=text&wait_for_change=true&timeout_sec=60&last_etag=NONE HTTP/1.1
Accept-Encoding: identity
Host: metadata
Connection: close
User-Agent: Python-urllib/2.7