Skip to content

Commit 731c991

Browse files
committed
More word changes
1 parent 5a9cf96 commit 731c991

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

networking/egress-ips.html.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,14 @@ Each app-scoped IPv4 static egress address costs $3.60/mo, billed hourly. IPv6 a
6262

6363
- 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.
6464
- 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+
<div class="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>
6669
- 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.
6873
- `flyctl` surfaces warnings when these limits are approached during Machine creation, deployments, and IP management.
6974

7075
### Interaction with Machine-Scoped Egress IPs
@@ -73,10 +78,6 @@ App-scoped and machine-scoped egress IPs are not intended to be used together.
7378

7479
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.
7580

76-
<div class="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.
78-
</div>
79-
8081
---
8182

8283
## Static Egress IPs (Machine-Scoped)

0 commit comments

Comments
 (0)