Is there a way to find where a private IP/domain points to?

0

I know that site I was given makes use of ElasticSearch. I know it connects to ElasticSearch via a private IP (domain). I can see this IP in EC2 console in Network Interfaces. The Status column says, "in-use," but no instance ID. What's the deal? Is there a way to find out where ElasticSearch is running? I haven't been given SSH access yet.

x-yuri
asked 5 years ago201 views
2 Answers
0
Accepted Answer

Hi,
Most likely you are using AWS Elasticsearch Service(?). If yes, there is no ssh access to the underlying EC2 instance. It is an AWS managed service where you manage Elasticsearch through the Elasticsearch APIs and AWS API calls.
https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/what-is-amazon-elasticsearch-service.html
-randy

answered 5 years ago
0

Oh, they've got Elasticsearch Service? :) That settles it. Thanks a lot, I've found where it lives :)

x-yuri
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions