From 72c153eff739a728120350265cb969b68bec5405 Mon Sep 17 00:00:00 2001 From: "Leo J." <153937047+leiicamundi@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:58:03 +0100 Subject: [PATCH] Update docs/self-managed/setup/deploy/amazon/amazon-eks/dual-region.md Co-authored-by: Lars Lange <9141483+Langleu@users.noreply.github.com> --- docs/self-managed/setup/deploy/amazon/amazon-eks/dual-region.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/self-managed/setup/deploy/amazon/amazon-eks/dual-region.md b/docs/self-managed/setup/deploy/amazon/amazon-eks/dual-region.md index 33f87b75fd..e4b4da968f 100644 --- a/docs/self-managed/setup/deploy/amazon/amazon-eks/dual-region.md +++ b/docs/self-managed/setup/deploy/amazon/amazon-eks/dual-region.md @@ -386,7 +386,7 @@ unset AWS_SECRET_ACCESS_KEY_ES :::caution Bucket vulnerable to region outages -The Elasticsearch backup [bucket is tied to a specific region](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingBucket.html). If this region becomes unavailable, you will need to create a new bucket in a different region and reconfigure your Elasticsearch cluster with the new bucket. +The Elasticsearch backup [bucket is tied to a specific region](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingBucket.html). If that region becomes unavailable and you want to restore to a different region or S3 services remain disrupted, you must create a new bucket in another region and reconfigure your Elasticsearch cluster to use the new bucket. :::