diff --git a/sites/platform/src/development/regions.md b/sites/platform/src/development/regions.md
index 73a29fd72f..9b10716e09 100644
--- a/sites/platform/src/development/regions.md
+++ b/sites/platform/src/development/regions.md
@@ -12,7 +12,8 @@ You can choose a region based on criteria such as its closeness to your users an
{{< note title="Upcoming changes!" theme="info" >}}
-There are upcoming changes that will affect **outbound IPs** for all GCP regions that will require your intervention
+On **17 March 2025**, outbound IPs on **all GCP and Azure regions** will change.
+These upcoming changes will affect **outbound IPs** for all GCP and Azure regions, and will require your intervention
if your are using public IP addresses explicitly.
Please see [the documentation](#upcoming-changes) below for details and relevant deadlines.
@@ -21,8 +22,8 @@ Please see [the documentation](#upcoming-changes) below for details and relevant
## Environmental impact
-At {{% vendor/name %}}, we are committed to reducing our environmental impact. Whenever you create a project with us, we provide information about the electricity grid provider for that region. You can view the average carbon intensity of the energy grid in grams of CO2 equivalent per kilowatt-hour.
-These data are sourced from an annual average, which we update as new information becomes available. If you want to see real-time emissions generated by each power grid, we recommend checking out [Electricity Maps](https://app.electricitymap.org/map). You can also access a public GitHub page of Electricity Maps [data sources](https://github.com/electricitymap/electricitymap-contrib/blob/master/DATA_SOURCES.md).
+At {{% vendor/name %}}, we are committed to reducing our environmental impact. Whenever you create a project with us, we provide information about the electricity grid provider for that region. You can view the average carbon intensity of the energy grid in grams of CO2 equivalent per kilowatt-hour.
+These data are sourced from an annual average, which we update as new information becomes available. If you want to see real-time emissions generated by each power grid, we recommend checking out [Electricity Maps](https://app.electricitymap.org/map). You can also access a public GitHub page of Electricity Maps [data sources](https://github.com/electricitymap/electricitymap-contrib/blob/master/DATA_SOURCES.md).
Summary of data being used in {{% vendor/name %}}’s Region Picker when creating a new Project:
| Source | Last update of this page | Previous versions of this page |
@@ -83,20 +84,14 @@ In such cases, add the inbound IP addresses for your region to your allow list.
## Upcoming changes
-### GCP region outbound IPs
+### GCP and Azure regions outbound IPs
-Outbound IPs on **all GCP regions** will change.
-Customer projects that refer to outbound IPs explicitly in their code and/or configuration must intervene and update to the **New outbound IPs** as soon as is possible.
+On the 17th of March 2025, Outbound IPs on **all GCP and Azure regions** will change.
+Customer projects that refer to outbound IPs explicitly in their code and/or configuration must intervene and update to the **New outbound IPs** as soon as is possible.
-Note, it's not yet possible for you to update to the new outbound IPs.
-They are documented here to provide adequate time for affected customers to make the necessary updates.
+After the 17th of March, the **Old outbound IPs** will no longer be available.
-{{% vendor/name %}} will update this page and make an announcement when the new outbound IPs become available,
-and the final deadline - after which the **Old outbound IPs** will no longer be available.
-
-Please stay tuned for more details.
-
-
+
@@ -210,12 +205,90 @@ Please stay tuned for more details.
+
+
+
+ Region
+ France (fr-4)
+ fr-4.platform.sh
+ |
+
+
+ Outbound ips
+
+ - 20.74.41.190
+ - 20.74.41.218
+ - 20.74.42.30
+
+ |
+
+
+ Outbound ips
+
+ - 20.188.46.156
+ - 20.188.46.158
+ - 20.188.46.165
+
+ |
+
+
+
+
+ Region
+ West (us-3)
+ us-3.platform.sh
+ |
+
+
+ Outbound ips
+
+ - 52.137.90.183
+ - 52.156.93.30
+ - 51.143.107.76
+
+ |
+
+
+ Outbound ips
+
+ - 52.148.128.255
+ - 52.250.13.106
+ - 40.91.69.215
+
+ |
+
+
+
+
+ Region
+ Australia (au-2)
+ au-2.platform.sh
+ |
+
+
+ Outbound ips
+
+ - 20.92.240.74
+ - 20.191.224.199
+ - 20.92.240.236
+
+ |
+
+
+ Outbound ips
+
+ - 104.210.116.116
+ - 40.126.245.226
+ - 104.210.117.92
+
+ |
+
#### How to audit the potential impact on an organization
-You can determine which of your project are potentially impacted by this change via the CLI or the Console.
+You can determine which of your project are potentially impacted by this change via the CLI or the Console.
{{< codetabs >}}
@@ -223,23 +296,26 @@ You can determine which of your project are potentially impacted by this change
title=Using the CLI
+++
-For a given organization {{< variable "ORG_NAME" >}}, run the following command:
+For a given organization {{< variable "ORG_NAME" >}}, run the following command:
```bash {location="Terminal"}
{{% vendor/cli %}} project:list -o {{< variable "ORG_NAME" >}} --region={{< variable "REGION" >}}
```
-Where {{< variable "REGION" >}} is one of the impacted GCP regions:
+Where {{< variable "REGION" >}} is one of the impacted regions:
- `ch-1.{{% vendor/urlraw "host" %}}`
- `uk-1.{{% vendor/urlraw "host" %}}`
- `de-2.{{% vendor/urlraw "host" %}}`
- `us-4.{{% vendor/urlraw "host" %}}`
+- `fr-4.{{% vendor/urlraw "host" %}}`
+- `us-3.{{% vendor/urlraw "host" %}}`
+- `au-2.{{% vendor/urlraw "host" %}}`
There is a community-maintained [Region auditing snippet](https://github.com/platformsh/snippets/blob/main/src/region-audit.sh) you can use for this case:
```bash
-curl -s https://raw.githubusercontent.com/platformsh/snippets/region-audit/src/region-audit.sh | bash -s -- {{< variable "ORG_NAME" >}} ch-1,uk-1,de-2,us-4 {{< vendor/cli >}}
+curl -s https://raw.githubusercontent.com/platformsh/snippets/region-audit/src/region-audit.sh | bash -s -- {{< variable "ORG_NAME" >}} ch-1,uk-1,de-2,us-4,fr-4,us-3,au-2 {{< vendor/cli >}}
```
<--->
@@ -256,6 +332,9 @@ title=In the Console
- Switzerland (ch-1)
- United Kingdom (uk-1)
- United States - East (us-4)
+ - France (fr-4)
+ - United States - West (us-3)
+ - Australia - East (au-2)
![Console filter GCP IP changes](/images/gcpaffected.png "0.40")
diff --git a/sites/upsun/src/development/regions.md b/sites/upsun/src/development/regions.md
index 2b251eab95..dc9146a477 100644
--- a/sites/upsun/src/development/regions.md
+++ b/sites/upsun/src/development/regions.md
@@ -12,7 +12,8 @@ You can choose a region based on criteria such as its closeness to your users an
{{< note title="Upcoming changes!" theme="info" >}}
-There are upcoming changes that will affect **outbound IPs** for all GCP regions that will require your intervention
+On **17 March 2025**, outbound IPs on **all GCP and Azure regions** will change.
+These upcoming changes will affect **outbound IPs** for all GCP and Azure regions, and will require your intervention
if your are using public IP addresses explicitly.
Please see [the documentation](#upcoming-changes) below for details and relevant deadlines.
@@ -21,8 +22,8 @@ Please see [the documentation](#upcoming-changes) below for details and relevant
## Environmental impact
-At {{% vendor/name %}}, we are committed to reducing our environmental impact. Whenever you create a project with us, we provide information about the electricity grid provider for that region. You can view the average carbon intensity of the energy grid in grams of CO2 equivalent per kilowatt-hour.
-These data are sourced from an annual average, which we update as new information becomes available. If you want to see real-time emissions generated by each power grid, we recommend checking out [Electricity Maps](https://app.electricitymap.org/map). You can also access a public GitHub page of Electricity Maps [data sources](https://github.com/electricitymap/electricitymap-contrib/blob/master/DATA_SOURCES.md).
+At {{% vendor/name %}}, we are committed to reducing our environmental impact. Whenever you create a project with us, we provide information about the electricity grid provider for that region. You can view the average carbon intensity of the energy grid in grams of CO2 equivalent per kilowatt-hour.
+These data are sourced from an annual average, which we update as new information becomes available. If you want to see real-time emissions generated by each power grid, we recommend checking out [Electricity Maps](https://app.electricitymap.org/map). You can also access a public GitHub page of Electricity Maps [data sources](https://github.com/electricitymap/electricitymap-contrib/blob/master/DATA_SOURCES.md).
Summary of data being used in {{% vendor/name %}}’s Region Picker when creating a new Project:
| Source | Last update of this page | Previous versions of this page |
@@ -100,20 +101,14 @@ In such cases, add the inbound IP addresses for your region to your allow list.
## Upcoming changes
-### GCP region outbound IPs
+### GCP and Azure regions outbound IPs
-Outbound IPs on **all GCP regions** will change.
-Customer projects that refer to outbound IPs explicitly in their code and/or configuration must intervene and update to the **New outbound IPs** as soon as is possible.
+On the 17th of March 2025, outbound IPs on **all GCP and Azure regions** will change.
+Customer projects that refer to outbound IPs explicitly in their code and/or configuration must intervene and update to the **New outbound IPs** as soon as is possible.
-Note, it's not yet possible for you to update to the new outbound IPs.
-They are documented here to provide adequate time for affected customers to make the necessary updates.
+After the 17th of March, the **Old outbound IPs** will no longer be available.
-{{% vendor/name %}} will update this page and make an announcement when the new outbound IPs become available,
-and the final deadline - after which the **Old outbound IPs** will no longer be available.
-
-Please stay tuned for more details.
-
-
+
@@ -227,12 +222,90 @@ Please stay tuned for more details.
+
+
+
+ Region
+ France (fr-4)
+ fr-4.platform.sh
+ |
+
+
+ Outbound ips
+
+ - 20.74.41.190
+ - 20.74.41.218
+ - 20.74.42.30
+
+ |
+
+
+ Outbound ips
+
+ - 20.188.46.156
+ - 20.188.46.158
+ - 20.188.46.165
+
+ |
+
+
+
+
+ Region
+ West (us-3)
+ us-3.platform.sh
+ |
+
+
+ Outbound ips
+
+ - 52.137.90.183
+ - 52.156.93.30
+ - 51.143.107.76
+
+ |
+
+
+ Outbound ips
+
+ - 52.148.128.255
+ - 52.250.13.106
+ - 40.91.69.215
+
+ |
+
+
+
+
+ Region
+ Australia (au-2)
+ au-2.platform.sh
+ |
+
+
+ Outbound ips
+
+ - 20.92.240.74
+ - 20.191.224.199
+ - 20.92.240.236
+
+ |
+
+
+ Outbound ips
+
+ - 104.210.116.116
+ - 40.126.245.226
+ - 104.210.117.92
+
+ |
+
#### How to audit the potential impact on an organization
-You can determine which of your project are potentially impacted by this change via the CLI or the Console.
+You can determine which of your project are potentially impacted by this change via the CLI or the Console.
{{< codetabs >}}
@@ -240,23 +313,26 @@ You can determine which of your project are potentially impacted by this change
title=Using the CLI
+++
-For a given organization {{< variable "ORG_NAME" >}}, run the following command:
+For a given organization {{< variable "ORG_NAME" >}}, run the following command:
```bash {location="Terminal"}
{{% vendor/cli %}} project:list -o {{< variable "ORG_NAME" >}} --region={{< variable "REGION" >}}
```
-Where {{< variable "REGION" >}} is one of the impacted GCP regions:
+Where {{< variable "REGION" >}} is one of the impacted regions:
- `ch-1.{{% vendor/urlraw "host" %}}`
- `uk-1.{{% vendor/urlraw "host" %}}`
- `de-2.{{% vendor/urlraw "host" %}}`
- `us-4.{{% vendor/urlraw "host" %}}`
+- `fr-4.{{% vendor/urlraw "host" %}}`
+- `us-3.{{% vendor/urlraw "host" %}}`
+- `au-2.{{% vendor/urlraw "host" %}}`
There is a community-maintained [Region auditing snippet](https://github.com/platformsh/snippets/blob/main/src/region-audit.sh) you can use for this case:
```bash
-curl -s https://raw.githubusercontent.com/platformsh/snippets/region-audit/src/region-audit.sh | bash -s -- {{< variable "ORG_NAME" >}} ch-1,uk-1,de-2,us-4 {{< vendor/cli >}}
+curl -s https://raw.githubusercontent.com/platformsh/snippets/region-audit/src/region-audit.sh | bash -s -- {{< variable "ORG_NAME" >}} ch-1,uk-1,de-2,us-4,fr-4,us-3,au-2 {{< vendor/cli >}}
```
<--->
@@ -273,6 +349,9 @@ title=In the Console
- Switzerland (ch-1)
- United Kingdom (uk-1)
- United States - East (us-4)
+ - France (fr-4)
+ - United States - West (us-3)
+ - Australia - East (au-2)
![Console filter GCP IP changes](/images/gcpaffected.png "0.40")