You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Deploying **multiple Bitcoin nodes** in an **Auto Scaling Group** enhances fault tolerance and availability.
68
-
- The nodes communicate internally through **private IP addresses** and synchronize through a shared**Application Load Balancer (ALB)**. The ALB implements session persistence using a "stickiness cookie". This ensures that subsequent requests from the same client are consistently routed to the same node, maintaining session continuity. The stickiness duration is set to 90 minutes but can be configured for up to 7 days.
68
+
- The nodes' RPC endpoints are exposed through an**Application Load Balancer (ALB)**. The ALB implements session persistence using a "stickiness cookie". This ensures that subsequent requests from the same client are consistently routed to the same node, maintaining session continuity. The stickiness duration is set to 90 minutes but can be configured for up to 7 days.
69
69
Note: The Bitcoin Core nodes in the HA setup do not share state (e.g., wallet, mempool)
70
70
- HA nodes maintain synchronization through the **NAT Gateway** without exposing the RPC endpoint to the public internet.
0 commit comments