Hello everyone,
I am setting up an EFK cluster(elasticsearch-kibana-fluentd) in the AWS eks cluster. currently i am facing a problem with the snapshot and backup option present in the kibana console -
followed following steps -
- created the custom image with the repository-s3 plugin installed(base version es-7.10.0)
- created required policies for s3 full access with OIDC.
- provided role arn annotations to the es service account.
current while testing up the repository I am getting following error -
"reason": "amazon_s3_exception: Access Denied
"[efk] path is not accessible on master node"
Please help us to resolve this issue.