# Aws managed elastic search

**URL:** https://discuss.elastic.co/t/aws-managed-elastic-search/347812
**Category:** Elasticsearch
**Created:** [November 23, 2023, 5:27am UTC](https://discuss.elastic.co/t/aws-managed-elastic-search/347812 "2023-11-23T05:27:28Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Hariharan\_Raj](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/hariharan_raj/32/127956_2.png) [@Hariharan\_Raj](https://discuss.elastic.co/u/Hariharan_Raj)
#### Post date: [November 23, 2023, 5:27am UTC](https://discuss.elastic.co/t/aws-managed-elastic-search/347812/1 "2023-11-23T05:27:28Z")

</div>

Hi, I am trying to create a 2 node aws managed elasticsearch. I am having trouble creating it.  
I am running my backend services inside a VPC. the filter service has all the elasticsearch codes and resides in a private subnet connected to a loadbalancer. I want the elasticsearch to be accessible only by the systems within my vpc. when I try to create I am having trouble understanding

1. Access policy settings
2. Fine-grained access control

can someone please help me tackle this

---

<div class="post-metadata">

### Author: ![stephenb](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stephenb/32/40856_2.png) [@stephenb](https://discuss.elastic.co/u/stephenb)
#### Post date: [November 23, 2023, 6:54am UTC](https://discuss.elastic.co/t/aws-managed-elastic-search/347812/2 "2023-11-23T06:54:30Z")

</div>

Hi @Hariharan_Raj welcome to the elastic community.

Exactly how / where did you deploy Elasticsearch?

Elastic Cloud directly?

[cloud.elastic.co](http://cloud.elastic.co)

Or Elastic Cloud through the AWS marketplace?

> [@Hariharan\_Raj](#):
>
> aws managed elasticsearch

When I read this it looks like you are Running AWS OpenSearch?

Which one are you using?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [November 23, 2023, 6:54am UTC](https://discuss.elastic.co/t/aws-managed-elastic-search/347812/3 "2023-11-23T06:54:30Z")

</div>

OpenSearch/OpenDistro are AWS run products and differ from the original Elasticsearch and Kibana products that Elastic builds and maintains. You may need to contact them directly for further assistance.

(This is an automated response from your friendly Elastic bot. Please report this post if you have any suggestions or concerns :elasticheart: )

---

<div class="post-metadata">

### Author: ![Hariharan\_Raj](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/hariharan_raj/32/127956_2.png) [@Hariharan\_Raj](https://discuss.elastic.co/u/Hariharan_Raj)
#### Post date: [November 23, 2023, 3:14pm UTC](https://discuss.elastic.co/t/aws-managed-elastic-search/347812/4 "2023-11-23T15:14:43Z")

</div>

Hi @stephenb , Thank you so much for your time and reply. I am trying to create a domain in AWS opensearch with elasticsearch 7.10v. I have all the elasticsearch code in my backend service, running in the aws inside a vpc, I want to create this AWS opensearch domain (with elasticsearch 7.10) and want to access it from my backend service from my vpc. (P.s I already got hacked keeping it public)

Context: I was tasked with creating realtime alerts, so i choose elasticsearch for its fater querying and also for its percolate mapping feature and have coded all the business logic and tested it locally and its working as intended. Now I want to create a AWS manages opensearch so that my backend code in my vpc can access it and perform the functions. I need help creating the domain, I dont understand access policy, finegrained access and what to give under the network options. and once the domain is created, what to change in my elasticclient file so that my backend running can access it

---

<div class="post-metadata">

### Author: ![stephenb](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stephenb/32/40856_2.png) [@stephenb](https://discuss.elastic.co/u/stephenb)
#### Post date: [November 23, 2023, 3:31pm UTC](https://discuss.elastic.co/t/aws-managed-elastic-search/347812/5 "2023-11-23T15:31:29Z")

</div>

I'm not going to be able to help you much with that... Perhaps someone else can.

Mixing and matching OpenSearch and Elasticsearch is not a great plan Not even sure exactly what you mean.

Second, 7.10 is ancient and if you want to do alerting you should be using the latest elasticsearch the capabilities have come so far.

The basic free version of Elasticsearch is excellent with a very permissive license.

If you want to use opensearch I would visit there forum.

---

<div class="post-metadata">

### Author: ![Hariharan\_Raj](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/hariharan_raj/32/127956_2.png) [@Hariharan\_Raj](https://discuss.elastic.co/u/Hariharan_Raj)
#### Post date: [November 25, 2023, 4:05am UTC](https://discuss.elastic.co/t/aws-managed-elastic-search/347812/6 "2023-11-25T04:05:56Z")

</div>

Hi @stephenb can you please help me setup the elastic cloud, All I need help with is a creating a 2 node cluster with 10gb storage and an endpoints or url accessible from my code

---

<div class="post-metadata">

### Author: ![stephenb](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stephenb/32/40856_2.png) [@stephenb](https://discuss.elastic.co/u/stephenb)
#### Post date: [November 25, 2023, 4:22am UTC](https://discuss.elastic.co/t/aws-managed-elastic-search/347812/7 "2023-11-25T04:22:14Z")

</div>

You can sign up for Elastic Cloud here, this is the hosted solution.

[https://cloud.elastic.co/](https://cloud.elastic.co/)

Here are the documents

> **[How do I sign up? | Elasticsearch Service Documentation | Elastic](https://www.elastic.co/guide/en/cloud/current/ec-getting-started-trial.html)**

---

<div class="post-metadata">

### Author: ![Hariharan\_Raj](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/hariharan_raj/32/127956_2.png) [@Hariharan\_Raj](https://discuss.elastic.co/u/Hariharan_Raj)
#### Post date: [November 25, 2023, 4:36am UTC](https://discuss.elastic.co/t/aws-managed-elastic-search/347812/8 "2023-11-25T04:36:59Z")

</div>

what would the pricing be for a month for a basic version of this?

---

<div class="post-metadata">

### Author: ![stephenb](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/stephenb/32/40856_2.png) [@stephenb](https://discuss.elastic.co/u/stephenb)
#### Post date: [November 25, 2023, 6:31am UTC](https://discuss.elastic.co/t/aws-managed-elastic-search/347812/9 "2023-11-25T06:31:28Z")

</div>

`https://cloud.elastic.co/pricing`

For a tiny cluster... Standard Subscription

$0.0468 hour x 720 hours/ month = $34 / month.

 ![1000003061](https://us1.discourse-cdn.com/elastic/original/3X/5/1/51559969c6027d1fedfa6cd6500b60b94c5bd5db.png)

 ![1000003060](https://us1.discourse-cdn.com/elastic/original/3X/c/2/c27a7d0133a60e4a28895cb54ffadfb963016187.png)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [December 23, 2023, 6:31am UTC](https://discuss.elastic.co/t/aws-managed-elastic-search/347812/10 "2023-12-23T06:31:41Z")

</div>

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