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
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.
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??