Restore Snapshot from S3 Bucket

Hi All,

I have a problem when restoring elasticsearch snapshot from S3 Bucket. I can take snapshots to S3 I tried with snapshot_1 and with other name , so I can put snapshots to bucket.

When I try to restore my snapshot from postman I got below error. I have already checked Trust Relationship and Access Policy to S3. But I stuck. is there any suggest or solutions?

{
"error": {
"root_cause": [
{
"type": "repository_exception",
"reason": "sample snapshot name/ could not read repository data from index blob"
}
],
"type": "repository_exception",
"reason": "sample snapshot name/ could not read repository data from index blob",
"caused_by": {
"type": "i_o_exception",
"reason": "Exception when listing blobs by prefix sample snapshot name/",
"caused_by": {
"type": "a_w_s_security_token_service_exception",
"reason": "a_w_s_security_token_service_exception: Access denied (Service: AWSSecurityTokenService; Status Code: 403; Error Code: AccessDenied; Request ID: a22046bf-a92c-11e9-b165-b735b5149414)"
}
}
},
"status": 500
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.