Skip to content

Commit f770e9e

Browse files
authored
Update docs with deprecated region references (#2273)
* add relative links and link machine placement guide * update regions list * update regions in code sample * replace region in backup guide
1 parent bac845f commit f770e9e

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
lines changed

blueprints/going-to-production-with-healthcare-apps.html.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,16 @@ If the default region is not where you want to host your application, run `fly p
7272

7373
```bash
7474
fly platform regions
75-
NAME CODE GATEWAY LAUNCH PLAN + ONLY GPUS
76-
Amsterdam, Netherlands ams ✓ ✓
77-
Ashburn, Virginia (US) iad ✓ ✓
78-
Atlanta, Georgia (US) atl
79-
Bogotá, Colombia bog
80-
Boston, Massachusetts (US) bos
81-
Bucharest, Romania otp
82-
Chicago, Illinois (US) ord ✓
83-
Dallas, Texas (US) dfw ✓
84-
Denver, Colorado (US) den
85-
Ezeiza, Argentina eze
86-
Frankfurt, Germany fra ✓ ✓
87-
Guadalajara, Mexico gdl
75+
NAME CODE GATEWAY GPUS CAPACITY LAUNCH PLAN+
76+
77+
North America
78+
Ashburn, Virginia (US) iad ✓ ✓ 164
79+
Chicago, Illinois (US) ord ✓ 385
80+
Dallas, Texas (US) dfw ✓ 426
81+
Los Angeles, California (US) lax ✓ 635
82+
San Jose, California (US) sjc ✓ ✓ 2399
83+
Secaucus, NJ (US) ewr 233
84+
Toronto, Canada yyz ✓ 70
8885
# ... Lots more regions...
8986
```
9087

machines/guides-examples/machine-placement.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This only helps if your app actually works when deployed across multiple regions
8080

8181
<div class="callout">
8282
Want to see where your app might run?
83-
Here's the [current list](/docs/reference/regions/): ams, arn, atl, bog, bom, bos, cdg, den, dfw, ewr, eze, fra, gdl, gig, gru, hkg, iad, jnb, lax, lhr, mad, mia, nrt, ord, otp, phx, qro, scl, sea, sin, sjc, syd, waw, yul, yyz.
83+
Here's the [current list](/docs/reference/regions/): ams, arn, bom, cdg, dfw, ewr, fra, gru, iad, jnb, lax, lhr, nrt, ord, sin, sjc, syd, yyz.
8484
</div>
8585

8686

postgres/managing/backup-and-restore.html.markerb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ fly volumes list -a <postgres-app-name>
6464
```
6565
```output
6666
ID NAME SIZE REGION ATTACHED VM CREATED AT
67-
vol_x915grn008vn70qy pg_data 10GB atl b780ce3d 2 weeks ago
68-
vol_ke628r677pvwmnpy pg_data 10GB atl 359d0e24 2 weeks ago
67+
vol_x915grn008vn70qy pg_data 10GB sjc b780ce3d 2 weeks ago
68+
vol_ke628r677pvwmnpy pg_data 10GB sjc 359d0e24 2 weeks ago
6969
```
7070

7171
The number of volumes varies depending on how many database replicas were elected when provisioning the database. One primary database and one replica yields 2 volumes.

reference/regions.html.markerb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ You can host your apps in any of the following regions.
3939

4040
## Discovering your app's region
4141

42-
View the list of Fly.io regions with [`fly platform regions`](https://fly.io/docs/flyctl/platform-regions).
42+
View the list of Fly.io regions with [`fly platform regions`](/docs/flyctl/platform-regions).
4343

44-
You can see which regions your app is running in with [`fly status`](https://fly.io/docs/flyctl/status/).
44+
You can see which regions your app is running in with [`fly status`](/docs/flyctl/status/).
4545

4646
[Fly Volumes](/docs/volumes/) and [Fly Machines](/docs/machines/) are tied to the region they're created in.
4747

48+
Learn more about Machine placement and regional capacity in this [guide](/docs/machines/guides-examples/machine-placement/).
49+
4850
When an application instance is started, the three-letter name for the region it's running in is stored in the Machine's `FLY_REGION` environment variable. This, along with other [Runtime Environment](/docs/machines/runtime-environment/) information, is visible to your app running on that instance.

0 commit comments

Comments
 (0)