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
Copy file name to clipboardExpand all lines: networking/egress-ips.html.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,14 @@ Each app-scoped IPv4 static egress address costs $3.60/mo, billed hourly. IPv6 a
62
62
63
63
- Each static egress IP can support up to 64 Machines. If you need more than 64 Machines in one region, you will need to allocate multiple static egress IPs.
64
64
- When using app-scoped static egress IPs, a Machine can make up to 1024 concurrent connections to _each_ destination IP address. There is no limit on the _total_ number of concurrent connections.
65
-
- We do not expect this to be a concern for most apps. However, feel free to talk to us if this limits your use case!
65
+
66
+
<divclass="note icon">
67
+
We do not expect this to be a concern for most apps. However, feel free to talk to us if this limits your use case!
68
+
</div>
66
69
- When you have multiple static egress IPs assigned in one region, there is currently no way to specify exactly which IP each machine will use.
67
-
- There may be a short delay between allocating an egress IP (or creating a Machine) and the egress IP becoming usable. This is inherent to how the system applies IPs to new Machines. This delay may be more noticeable with more Machines or during bluegreen deployments. Allocating multiple pairs of static egress IPs alleviates the issue.
70
+
- There may be delays when egress IPs are applied to Machines:
71
+
- Right after allocating a new egress IP, it will be applied to all existing Machines in the region after a short delay. Allocating multiple pairs of static egress IPs will not help in this case.
72
+
- When creating a new Machine in an app that already has an egress IP assigned, there may be a delay before the Machine can use the egress IP. This delay may be more noticeable with more Machines or during bluegreen deployments. Allocating multiple pairs of static egress IPs can help alleviate this issue.
68
73
-`flyctl` surfaces warnings when these limits are approached during Machine creation, deployments, and IP management.
69
74
70
75
### Interaction with Machine-Scoped Egress IPs
@@ -73,10 +78,6 @@ App-scoped and machine-scoped egress IPs are not intended to be used together.
73
78
74
79
If a Machine has a machine-scoped egress IP, it takes precedence over any app-scoped egress IP in the same region. This behavior may change in the future.
75
80
76
-
<divclass="warning icon">
77
-
When migrating from machine-scoped to app-scoped egress IPs, release machine-scoped IPs first to make sure that Machines use the app-scoped IPs.
0 commit comments