My setup:
ipfs/kubo:v0.22.0
docker image.
AWS ECS + EFS + Internal load balancer. Node is open to the internet via vpc.
Configuration changes:
I added the vpc ip list to swarm and the vpc ip list to Announce.
- ipfs config --json Addresses.Announce '["/ip4/'"$IP_PUBLIC"'/tcp/4001","/ip4/'"$IP_PUBLIC"'/udp/4001/quic","/ip4/'"$IP_PUBLIC"'/udp/4001/quic-v1","/ip4/'"$IP_PUBLIC"'/udp/4001/quic-v1/webtransport"]';
- ipfs config --json Addresses.Swarm '["/ip4/'"$IP_PUBLIC"'/udp/4001/quic","/ip4/'"$IP_PUBLIC"'/tcp/4001","/ip4/0.0.0.0/tcp/4001","/ip6/::/tcp/4001","/ip4/0.0.0.0/udp/4001/quic","/ip6/::/udp/4001/quic"]'
My problem:
The files I pin are rarely available through public gateways. Diagnostic tools, find no problems.
How can I improve file accessibility?