Skip to content

Commit

Permalink
Update snapshot-restore.md (#8734)
Browse files Browse the repository at this point in the history
* Update snapshot-restore.md

Adds info from: opensearch-project/OpenSearch#16305 

Signed-off-by: pjuri <[email protected]>

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

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: pjuri <[email protected]>

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

Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: pjuri <[email protected]>

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

Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: pjuri <[email protected]>

---------

Signed-off-by: pjuri <[email protected]>
Co-authored-by: kolchfa-aws <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent 239d06f commit 87a36f7
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,20 @@ You will most likely not need to specify any parameters except for `location`. F
sudo ./bin/opensearch-keystore add s3.client.default.secret_key
```

1. (Optional) If you're using a custom S3 endpoint (for example, MinIO), disable the Amazon EC2 metadata connection:

```bash
export AWS_EC2_METADATA_DISABLED=true
```

If you're installing OpenSearch using Helm, update the following settings in your values file:

```yml
extraEnvs:
- name: AWS_EC2_METADATA_DISABLED
value: "true"
```
1. (Optional) If you're using temporary credentials, add your session token:
```bash
Expand Down

0 comments on commit 87a36f7

Please sign in to comment.