Skip to content

Commit 87a36f7

Browse files
pjurikolchfa-awsnatebower
authored
Update snapshot-restore.md (#8734)
* Update snapshot-restore.md Adds info from: opensearch-project/OpenSearch#16305 Signed-off-by: pjuri <47542497+pjuri@users.noreply.github.com> * Update _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: pjuri <47542497+pjuri@users.noreply.github.com> * Update _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: pjuri <47542497+pjuri@users.noreply.github.com> * Update _tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: pjuri <47542497+pjuri@users.noreply.github.com> --------- Signed-off-by: pjuri <47542497+pjuri@users.noreply.github.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: Nathan Bower <nbower@amazon.com>
1 parent 239d06f commit 87a36f7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

_tuning-your-cluster/availability-and-recovery/snapshots/snapshot-restore.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,20 @@ You will most likely not need to specify any parameters except for `location`. F
110110
sudo ./bin/opensearch-keystore add s3.client.default.secret_key
111111
```
112112

113+
1. (Optional) If you're using a custom S3 endpoint (for example, MinIO), disable the Amazon EC2 metadata connection:
114+
115+
```bash
116+
export AWS_EC2_METADATA_DISABLED=true
117+
```
118+
119+
If you're installing OpenSearch using Helm, update the following settings in your values file:
120+
121+
```yml
122+
extraEnvs:
123+
- name: AWS_EC2_METADATA_DISABLED
124+
value: "true"
125+
```
126+
113127
1. (Optional) If you're using temporary credentials, add your session token:
114128
115129
```bash

0 commit comments

Comments
 (0)