File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed 
_tuning-your-cluster/availability-and-recovery/snapshots Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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+ 
1131271. (Optional) If you're using temporary credentials, add your session token: 
114128
115129   ` ` `  bash 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments