Elastic Cloud - S3 Backup Failures

Anyone on Elastic Cloud getting backup issues?

GET /_snapshot/found-snapshots/_all

Same error when trying to make a POST. Error is:

{
  "error": {
    "root_cause": [
      {
        "type": "repository_exception",
        "reason": "[found-snapshots] could not read repository data from index blob"
      }
    ],
    "type": "repository_exception",
    "reason": "[found-snapshots] could not read repository data from index blob",
    "caused_by": {
      "type": "i_o_exception",
      "reason": "Exception when listing blobs by prefix [index-]",
      "caused_by": {
        "type": "amazon_s3_exception",
        "reason": "amazon_s3_exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: 8A21C02535E2CE67; S3 Extended Request ID: T0cx76O1quQ7fBy94srWghOdLhu66/k+mCZbB6qgboh3jYG7QFSj+IIjeWCQ8UjridEuEZaBLcs=)"
      }
    }
  },
  "status": 500
}

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