Is AWS Neptune highly available during a maintainence window?

0

AWS Neptune has maintenance windows, during which the service could go down, especially the write operations since just one of the nodes handle this. Is this a correct statement?

If we have a requirement for high availability, how do we workaround this?

AWS
asked 2 years ago331 views
1 Answer
0

Yes as long as you have multi-AZ. If the primary instance becomes unavailable, Neptune automatically fails over to one of the read-replica instances with a priority that you can specify.

https://docs.aws.amazon.com/neptune/latest/userguide/feature-overview-storage.html

answered 2 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