IPFS Cluster stopped working on AWS

I have deployed my IPFS Cluster on AWS by following this

But after running one month, the whole cluster gets down due to some unknown reasons and when I saw the logs of cluster showing this error
β†’ Error: lock /data/ipfs/repo.lock: permission denied

I have also added screenshots

The error comes from ipfs I think. It means that it is trying to launch an ipfs daemon on top of a repository that a different daemon is already using. Probaby two containers are trying to use the same mounted EFS or something.

1 Like

In every 1 month, whole cluster got down and we end to deploy a new cluster on AWS. We’ve checked the health metrics, so CPU consumption touches 100%. can this be related to less resources we’re allocating to IPFS cluster??

Stopped working how? What is the usage pattern?