# Deploy to AWS with High Availability

**URL:** https://discourse.nodered.org/t/deploy-to-aws-with-high-availability/17621
**Category:** General
**Created:** [7 November 2019 07:29 UTC](https://discourse.nodered.org/t/deploy-to-aws-with-high-availability/17621 "2019-11-07T07:29:51Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![andreaswittig](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/andreaswittig/32/14044_2.png) [@andreaswittig](https://discourse.nodered.org/u/andreaswittig)
#### Post date: [7 November 2019 07:29 UTC](https://discourse.nodered.org/t/deploy-to-aws-with-high-availability/17621/1 "2019-11-07T07:29:51Z")

</div>

Hi,

after reading through the documentation I’m a little bit confused about how to deploy Node-RED to AWS with high availability.

[https://nodered.org/docs/getting-started/aws](https://nodered.org/docs/getting-started/aws) mentions, that EFS is requires for an HA deployment.

However, there is also an S3 storage provider. As far as I understand the concept of a storage provider, by using the S3 storage provider all data will be stored on S3. Or is there some data that is still stored on local disk?

Is using EFS required for a HA infrastructure aka. multiple nodes running in parallel? Or is using the S3 storage provider not requiring EFS any more?

Can someone please help me understand the details here?
