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