# Are replicase required when using external volumes like EBS?

**URL:** https://discuss.elastic.co/t/are-replicase-required-when-using-external-volumes-like-ebs/314267
**Category:** Elasticsearch
**Created:** [September 13, 2022, 8:37am UTC](https://discuss.elastic.co/t/are-replicase-required-when-using-external-volumes-like-ebs/314267 "2022-09-13T08:37:40Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Thijsvdp](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thijsvdp/32/146696_2.png) [@Thijsvdp](https://discuss.elastic.co/u/Thijsvdp)
#### Post date: [September 13, 2022, 8:37am UTC](https://discuss.elastic.co/t/are-replicase-required-when-using-external-volumes-like-ebs/314267/1 "2022-09-13T08:37:40Z")

</div>

Hi all,

We are currently running our Elasticsearch cluster in Kubernetes and use EBS gp3 volumes as storage. We are reading everywhere that during initial load of the data one could disable replicas to speed up indexing. In our application we are also updating our documents on a regular basis (e.g monthly).

Disabling replicas for that feels like a little bit of a risk because if the server gets overloaded and some nodes fail we might lose data. However, we were wondering if replicas altogether are needed if you use external volumes like EBS?

Thanks in advance!

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [September 13, 2022, 8:39am UTC](https://discuss.elastic.co/t/are-replicase-required-when-using-external-volumes-like-ebs/314267/2 "2022-09-13T08:39:15Z")

</div>

Disabling replicas can increase indexing speed, which is useful for an initial loading of the index.

Removing them entirely is not recommended. Even EBS can go bad.

---

<div class="post-metadata">

### Author: ![Thijsvdp](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thijsvdp/32/146696_2.png) [@Thijsvdp](https://discuss.elastic.co/u/Thijsvdp)
#### Post date: [September 13, 2022, 8:51am UTC](https://discuss.elastic.co/t/are-replicase-required-when-using-external-volumes-like-ebs/314267/3 "2022-09-13T08:51:22Z")

</div>

Thanks, that makes sense. In our case, we then are considering to temporarily disable replicas during a full update of some fields of the documents, and enable it back again after that. We are also making snapshots constantly. We have to test this though.

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [September 13, 2022, 9:26am UTC](https://discuss.elastic.co/t/are-replicase-required-when-using-external-volumes-like-ebs/314267/4 "2022-09-13T09:26:58Z")

</div>

That seems like a sound approach.

---

<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: [October 11, 2022, 9:27am UTC](https://discuss.elastic.co/t/are-replicase-required-when-using-external-volumes-like-ebs/314267/5 "2022-10-11T09:27:25Z")

</div>

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