Skip to content
main
Switch branches/tags
go-ipfs-docker-examples/gateway-copilot-backend-service/
go-ipfs-docker-examples/gateway-copilot-backend-service/

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Gateway as a copilot Backend Service (caviet - WIP!)

A Backend Service on AWS Copilot

Essentially one-click deployment of a gateway as a "backend service" (autoscaling at Fargate Spot pricing, each node has a port open so is a full participant in libp2p, 200G ssd for the datastore, 4cores and up to 30G RAM, no LB though - dns based discovery for client-side load balancing).

Someone who is operating in AWS asked me if there was a simple way to avoid generating load on our gateway and costing us bandwidth (ingress in AWS is free at least!)

Edits to the defaults in copilot/gw/manifest.yaml are towards the bottom.

TBC...