AWS Elasticsearch Service

Hi there,

As I have just started knowing about AWS, I have a few questions regarding the Amazon Elasticsearch Service.

  1. Can i download Kibana plugins mentioned in https://www.elastic.co/guide/en/kibana/current/known-plugins.html ?

  2. Can i use the Python Elasticsearch API to index data to Amazon Elasticsearch Service Clusters?

  3. Lastly, should I then setup my own EC2 instances and configure my own Elasticsearch cluster if I am not able to perform the actions in the above points? What are then the downsides to it?

Appreciate any clarifications, Thank you!

We don't support Elasticsearch services which are not the official services provided by Elastic, makers of Elastic Stack.

Did you look at https://www.elastic.co/cloud and https://aws.amazon.com/marketplace/pp/B01N6YCISK ?

Cloud by elastic is one way to have access to all features, all managed by us. Think about what is there yet like Security, Monitoring, Reporting, SQL, Canvas, APM, Logs UI, Infra UI, SIEM, Maps UI, AppSearch and what is coming next :slight_smile: ...

But I can try to answer to some questions:

  1. I don't think so but you need to check with your provider
  2. Yes. I believe this is doable.
  3. You can also do that but it's easier IMO to have a fully managed service.

BTW depending on your use case, I'd invite you looking at App Search. It's available on cloud.elastic.co without additional costs with the default AppSearch instance. For a Search Use case, I'd consider it as it will be probably much faster and much more flexible.

1 Like

Hi @dadoonet, thanks for the reply. Maybe I would just share my use case:

Currently, I am using python flask to develop a web application with Elasticsearch as my nosql database. I am now preparing for deployment purposes for my company but they only want it to be used internally within their intranet.

As such, I have research around and came upon AWS Elastic Beanstalk and AWS Elasticsearch Service which may help, hence my questions in the previous post.

Therefore, would Elasticsearch Service on Elastic Cloud help my use case?

You can easily give a try to https://cloud.elastic.co as you have 14 days for free from that link.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.