From 4b04d274110517a1480ff8e0218ece8eabc98460 Mon Sep 17 00:00:00 2001 From: Rebecca Tamachiro <62246989+RebeccaTamachiro@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:57:27 +0000 Subject: [PATCH] [Aegis] Add concurrent connections and China availability (#18039) * Add concurrent connections info to ips-allocation * Add note about Aegis not available in China --- src/content/docs/aegis/about/ips-allocation.mdx | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/content/docs/aegis/about/ips-allocation.mdx b/src/content/docs/aegis/about/ips-allocation.mdx index 1fc78e3d7919ef8..4b7b462eacb46e9 100644 --- a/src/content/docs/aegis/about/ips-allocation.mdx +++ b/src/content/docs/aegis/about/ips-allocation.mdx @@ -13,11 +13,18 @@ Cloudflare Aegis supports both IPv4 and IPv6 addresses. 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. +:::note[China exception] +Aegis is currently **not** available in the [Cloudflare China Network](/china-network/), operated by Cloudflare's partner JD Cloud. +::: + For IPv4 addresses, you should work with your account team to choose the locations where each IP should be deployed. Ideally, your Aegis IPv4 addresses should be placed near your origin servers and adjusted to the amount of traffic expected for each region. -:::caution[Warning] +Refer to [connection forwarding](/aegis/about/connection-forwarding/) to understand how requests are processed when reaching different Cloudflare data centers. -If you are using [Regional Services](/data-localization/regional-services/), you should take this into consideration when allocating Aegis IPv4. Traffic will egress from the specified locations as long as you have Aegis IPs provisioned in those locations. -::: +## Connections to your origin -Refer to [connection forwarding](/aegis/about/connection-forwarding/) to understand how requests are processed when reaching different Cloudflare data centers. +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. + +## Regional services + +If you are using [Regional Services](/data-localization/regional-services/), you should take this into consideration when allocating Aegis IPv4. Traffic will egress from the specified locations as long as you have Aegis IPs provisioned in those locations. \ No newline at end of file