Skip to content

Commit 0c98d14

Browse files
[Aegis] Mention port in concurrent connections explanation and link earlier to API (#23568)
* Specify concurrent connections per origin IP port * Link to API docs from first sentence in setup.mdx * Use partial for concurrent connections explanation
1 parent da6a97e commit 0c98d14

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

src/content/docs/aegis/about/ips-allocation.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ head:
99

1010
---
1111

12+
import { Render } from "~/components";
13+
1214
Cloudflare Aegis supports both IPv4 and IPv6 addresses.
1315

1416
IPv6 address ranges are deployed globally, meaning your Aegis IPv6 addresses can be used for connections from Cloudflare to your origin servers across all Cloudflare data centers.
@@ -23,7 +25,7 @@ Refer to [connection forwarding](/aegis/about/connection-forwarding/) to underst
2325

2426
## Connections to your origin
2527

26-
Each Aegis IP can support 40,000 concurrent connections per origin IP. For example, if you have one Aegis IP and two origins (A and B), this single Aegis IP can support 40,000 concurrent connections to origin A, while simultaneously supporting 40,000 concurrent connections to origin B.
28+
<Render file="concurrent-connections-explainer" />
2729

2830
[GraphQL Analytics API](/aegis/analytics/) allows you to get visibility over Aegis IP utilization.
2931

src/content/docs/aegis/analytics.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ sidebar:
55
order: 7
66
---
77

8-
import { Type } from "~/components";
8+
import { Type, Render } from "~/components";
99

10-
Use the [GraphQL API](/analytics/graphql-api/) to get aggregate data and monitor your Aegis IPs capacity. As explained in [IPs allocation](/aegis/about/ips-allocation/), each Aegis IP can support 40,000 concurrent connections per origin IP.
10+
Use the [GraphQL API](/analytics/graphql-api/) to get aggregate data and monitor your Aegis IPs capacity.
11+
12+
<Render file="concurrent-connections-explainer" />
1113

1214
Refer to the GraphQL Analytics API documentation to [get started](/analytics/graphql-api/getting-started/). The specific Aegis schema is called `aegisIpUtilizationAdaptiveGroups`.
1315

src/content/docs/aegis/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar:
99

1010
import { APIRequest } from "~/components";
1111

12-
You can control Aegis enablement on your zones via API. If you are not familiar with how Cloudflare API works, refer to [Fundamentals](/fundamentals/api/).
12+
You can control Aegis enablement on your zones [via API](/api/resources/zones/subresources/settings/methods/edit/). If you are not familiar with how Cloudflare API works, refer to [Fundamentals](/fundamentals/api/).
1313

1414
:::caution[Availability]
1515
Cloudflare Aegis is available in early access to Enterprise customers. Contact your account team to request access.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
{}
3+
---
4+
5+
Each Aegis IP can support 40,000 concurrent connections per origin IP port. For example, if you have one Aegis IP and two origins (A and B), this single Aegis IP can support 40,000 concurrent connections to origin A, while simultaneously supporting 40,000 concurrent connections to origin B.

0 commit comments

Comments
 (0)