Skip to content

Commit 8d1321a

Browse files
authored
Updated - docs for Seattle and Milan GA (linode#6614)
Docs updated: - Limited beta for Akamai's new DCs - How to choose a DC - VLANs overview - Premium compute instances - OBJ overview - Access buckets and files through URLs - Access your system console using LISH - Configure failover on a compute instance
1 parent 4c2c2fb commit 8d1321a

File tree

8 files changed

+62
-23
lines changed

8 files changed

+62
-23
lines changed

docs/products/compute/compute-instances/guides/failover/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Configure Failover on a Compute Instance"
33
description: "This guide discusses how to enable failover on a Linode Compute Instance through using our IP Sharing feature with software such as keepalived or FRR."
44
keywords: ['IP failover','IP sharing','elastic IP']
55
published: 2022-03-23
6-
modified: 2023-07-05
6+
modified: 2023-09-13
77
modified_by:
88
name: Linode
99
aliases: ['/guides/ip-failover/']
@@ -35,9 +35,11 @@ Within Linode's platform, failover is configured by first enabling [IP Sharing](
3535
| Frankfurt (Germany) | **Supported** | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 10 |
3636
| Fremont, CA (USA) | *Undergoing network upgrades* | - | - | 3 |
3737
| London (United Kingdom) | **Supported** | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 7 |
38+
| Milan, Italy | **Supported** | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 27 |
3839
| Mumbai (India) | **Supported** | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 14 |
3940
| Newark, NJ (USA) | **Supported** | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 6 |
4041
| Paris (France) | **Supported** | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 19 |
42+
| Seattle, WA, USA | **Supported** | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 20 |
4143
| Singapore | **Supported** | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 9 |
4244
| Stockholm, Sweden | **Supported** | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 23 |
4345
| Sydney (Australia) | **Supported** | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 16 |

docs/products/compute/compute-instances/guides/lish/index.md

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title_meta: "Access Your System Console Using Lish"
44
description: "Learn how to use Lish as a shell for managing or rescuing your Compute Instances."
55
keywords: ["Console", "Shell", "Lish", "rescue", "weblish"]
66
published: 2009-08-04
7-
modified: 2023-08-07
7+
modified: 2023-09-13
88
modified_by:
99
name: Linode
1010
tags: ["linode platform","cloud manager"]
@@ -19,10 +19,6 @@ The **Lish Console**, also called the *Linode Shell*, provides direct console ac
1919

2020
There are two ways to access Lish. You can use a terminal application to connect to a *Lish SSH gateway*, or you can log in to the [Linode Cloud Manager](https://cloud.linode.com) and use the Lish console in your web browser. This section explains both methods.
2121

22-
{{< note >}}
23-
Lish used to be accessible via a direct SSH connection to your Linode's host machine, but as of May 10, 2013, all users must connect to a Lish SSH gateway to access Lish. For more information, please see [this blog post](https://blog.linode.com/2013/04/30/lish-ssh-gateway/).
24-
{{< /note >}}
25-
2622
### Through the Cloud Manager (Weblish)
2723

2824
You can connect to Lish using a web browser. This is useful when you don't have access to a terminal application, or if you just need quick and easy console access from the Cloud Manager.
@@ -282,6 +278,20 @@ If you are having issues accessing Lish, Weblish, or Glish, you may be blocked b
282278
283279
- **Weblish/Glish Gateway:** `eu-west.webconsole.linode.com`
284280
281+
#### Milan, Italy
282+
283+
- **Lish SSH Gateway:** `lish-it-mil.linode.com`
284+
285+
{{< note type="secondary" title="Lish SSH Gateway Fingerprints" isCollapsible=true >}}
286+
```command
287+
RSA 3072 SHA256:toVfir7U8Ixg0wELAx0qCC91ld+HIxmTwggUP/+itkU lish-it-mil.linode.com
288+
ECDSA 256 SHA256:XQDX+diXFBAT8OjpN+zwZN5sukTAQwtqe+i89Kh6gXQ lish-it-mil.linode.com
289+
ED25519 256 SHA256:Uxw1KbWQVz5QYHHfUzFJcZM+HLbdu6vJ/R3ksEv2k3M lish-it-mil.linode.com
290+
```
291+
{{< /note >}}
292+
293+
- **Weblish/Glish Gateway:** `it-mil.webconsole.linode.com`
294+
285295
#### Mumbai (India)
286296
287297
- **Lish SSH Gateway:** `lish-ap-west.linode.com`
@@ -324,6 +334,20 @@ If you are having issues accessing Lish, Weblish, or Glish, you may be blocked b
324334
325335
- **Weblish/Glish Gateway:** `fr-par.webconsole.linode.com`
326336
337+
#### Seattle, WA, USA
338+
339+
- **Lish SSH Gateway:** `lish-us-sea.linode.com`
340+
341+
{{< note type="secondary" title="Lish SSH Gateway Fingerprints" isCollapsible=true >}}
342+
```command
343+
RSA 3072 SHA256:XqkskcFrRzZbMU/XeR1diiNM6zCsWs2wL4pmTvBLNII lish-us-sea.linode.com
344+
ECDSA 256 SHA256:FEqVGwuv/BgbLtNkcfFg7Lgm0R6KQVUnPY+wIoimrrA lish-us-sea.linode.com
345+
ED25519 256 SHA256:6R7iWvSe7OQSDcVmhwrH/EJiE51+ntiub3CPXfzupDA lish-us-sea.linode.com
346+
```
347+
{{< /note >}}
348+
349+
- **Weblish/Glish Gateway:** `us-sea.webconsole.linode.com`
350+
327351
#### Singapore
328352
329353
- **Lish SSH Gateway:** `lish-ap-south.linode.com`
@@ -344,9 +368,9 @@ If you are having issues accessing Lish, Weblish, or Glish, you may be blocked b
344368
345369
{{< note type="secondary" title="Lish SSH Gateway Fingerprints" isCollapsible=true >}}
346370
```command
347-
3072 SHA256:oC6WZwUMm+S/myz7aEBP6YsAUXss7csmWzJRlwDfpyw lish-se-sto.linode.com (RSA)
348-
256 SHA256:lr6m6BKQBqFW/iw/WDq2QQqh5kUlMjidawEEKv9lNRg lish-se-sto.linode.com (ECDSA)
349-
256 SHA256:phubC9JMR6DNal0BIvu2ESvmDfs2rSquBrhKdr0IbmU lish-se-sto.linode.com (ED25519)
371+
RSA 3072 SHA256:oC6WZwUMm+S/myz7aEBP6YsAUXss7csmWzJRlwDfpyw lish-se-sto.linode.com
372+
ECDSA 256 SHA256:lr6m6BKQBqFW/iw/WDq2QQqh5kUlMjidawEEKv9lNRg lish-se-sto.linode.com
373+
ED25519 256 SHA256:phubC9JMR6DNal0BIvu2ESvmDfs2rSquBrhKdr0IbmU lish-se-sto.linode.com
350374
```
351375
{{< /note >}}
352376

docs/products/compute/compute-instances/plans/premium/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Premium Compute Instances"
33
linkTitle: "Premium"
44
description: "Premium instances guarantee a minimum hardware class utilizing the latest available AMD EPYC™ CPUs, providing consistent high-peformance for your workloads."
55
published: 2023-07-06
6+
modified: 2023-09-13
67
---
78

89
Premium Compute Instances are virtual machines that come equipped with the latest AMD EPYC™ CPUs, ensuring your applications are running on the latest hardware with consistent high-peformance. Premium instances build off of our [Dedicated CPU instances](/docs/products/compute/compute-instances/plans/dedicated-cpu/), offering similar plan resources but with a guaranteed minimum hardware model.
@@ -43,9 +44,11 @@ Premium Compute Instances are currently available in select data centers.
4344
| Frankfurt (Germany) | *Not available* |
4445
| Fremont (California, USA) | *Not available* |
4546
| London (United Kingdom) | *Not available* |
47+
| **Milan (Italy)** | **Available** |
4648
| Mumbai (India) | *Not available* |
4749
| Newark (New Jersey, USA) | *Not available* |
4850
| **Paris (France)** | **Available** |
51+
| **Seattle (Washington, USA)** | **Available** |
4952
| Singapore | *Not available* |
5053
| **Stockholm (Sweden)** | **Available** |
5154
| Sydney (Australia) | *Not available* |

docs/products/networking/vlans/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tab_group_main:
1111
cascade:
1212
date: 2020-10-22
1313
product_description: "Fully isolated virtual local area networks that enable private communication between cloud-based resources"
14-
modified: 2023-07-05
14+
modified: 2023-09-13
1515
aliases: ['/guides/platform/vlan/']
1616
---
1717

@@ -45,9 +45,11 @@ Since VLANs operate on layer 2 of the OSI networking stack, you can use is as pa
4545
| **Frankfurt (Germany)** | **Available** |
4646
| Fremont (California, USA) | Not yet available |
4747
| **London (United Kingdom)** | **Available** |
48+
| **Milan (Italy)** | **Available** |
4849
| **Mumbai (India)** | **Available** |
4950
| **Newark (New Jersey, USA)** | **Available** |
5051
| **Paris (France)** | **Available** |
52+
| **Seattle (Washington, USA)** | **Available** |
5153
| **Singapore** | **Available** |
5254
| **Stockholm (Sweden)** | **Available** |
5355
| **Sydney (Australia)** | **Available** |

docs/products/platform/get-started/guides/beta-for-new-data-centers/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Limited Beta for Akamai's New Data Centers"
33
description: "This document provides details for the limited availability beta of Akamai Cloud Compute's latest data centers."
44
published: 2023-04-17
5-
modified: 2023-09-08
5+
modified: 2023-09-14
66
modified_by:
77
name: Linode
88
tags: ["linode platform"]
@@ -26,14 +26,14 @@ Capacity in beta data centers may be limited as we continue to scale up resource
2626
| Amsterdam, Netherlands | *Limited beta* | `nl-ams` |
2727
| Chennai, India | *Limited beta* | `in-maa` |
2828
| Chicago, IL, USA | **Now available to all customers** | `us-ord` |
29-
| Jakarta, India | *Limited beta* | `id-cgk` |
29+
| Jakarta, Indonesia | *Limited beta* | `id-cgk` |
3030
| Los Angeles, CA, USA | *Limited beta* | `us-lax` |
3131
| Miami, FL, USA | *Limited beta* | `us-mia` |
32-
| Milan, Italy | *Limited beta* | `it-mil` |
32+
| Milan, Italy | **Now available to all customers** | `it-mil` |
3333
| Osaka, Japan | *Limited beta* | `jp-osa` |
3434
| Paris, France | **Now available to all customers** | `fr-par` |
3535
| São Paulo, Brazil | *Limited beta* | `br-gru` |
36-
| Seattle, WA, USA | *Limited beta* | `us-sea` |
36+
| Seattle, WA, USA | **Now available to all customers** | `us-sea` |
3737
| Stockholm, Sweden | **Now available to all customers** | `se-sto` |
3838
| Washington, DC, USA | **Now available to all customers** | `us-iad` |
3939

@@ -57,7 +57,7 @@ Services utilized as part of the beta are free to users. Once the beta period en
5757

5858
## Product Availability
5959

60-
Each data center in this beta is slated to have all of Akamai’s cloud computing services available during the beta period. In addition, we are launching a new Premium Plan tier and have made improvements to our Object Storage service.
60+
Each data center in this beta is slated to have most of Akamai’s cloud computing services available during the beta period. In addition, we are launching a new Premium Plan tier and have made improvements to our Object Storage service.
6161

6262
### Object Storage
6363

@@ -73,7 +73,7 @@ The following table includes the IDs and URLs of each new Object Storage cluster
7373
| Amsterdam, Netherlands | `nl-ams-1` | `https://nl-ams-1.linodeobjects.com` |
7474
| Chennai, India | `in-maa-1` | `https://in-maa-1.linodeobjects.com` |
7575
| Chicago, IL, USA | `us-ord-1` | `https://us-ord-1.linodeobjects.com` |
76-
| Jakarta, India | `id-cgk-1` | `https://id-cgk-1.linodeobjects.com` |
76+
| Jakarta, Indonesia | `id-cgk-1` | `https://id-cgk-1.linodeobjects.com` |
7777
| Los Angeles, CA, USA | `us-lax-1` | `https://us-lax-1.linodeobjects.com` |
7878
| Miami, FL, USA | `us-mia-1` | `https://us-mia-1.linodeobjects.com` |
7979
| Milan, Italy | `it-mil-1` | `https://it-mil-1.linodeobjects.com` |
@@ -129,7 +129,7 @@ All new data centers support IP sharing and BGP-based failover, which can be con
129129
| Amsterdam, Netherlands | Supported | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 22 |
130130
| Chennai, India | Supported | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 25 |
131131
| Chicago, IL, USA | Supported | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 18 |
132-
| Jakarta, India | Supported | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 29 |
132+
| Jakarta, Indonesia | Supported | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 29 |
133133
| Los Angeles, CA, USA | Supported | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 30 |
134134
| Miami, FL, USA | Supported | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 28 |
135135
| Milan, Italy | Supported | BGP-based (new) | [lelastic](/docs/products/compute/compute-instances/guides/failover/#configure-failover) / [FRR](/docs/products/compute/compute-instances/guides/failover-bgp-frr/) | 27 |
@@ -186,7 +186,7 @@ Lish and Glish provide direct access to your Compute Instances, bypassing the ne
186186

187187
- **Weblish/Glish Gateway:** `us-ord.webconsole.linode.com`
188188

189-
#### Jakarta, India
189+
#### Jakarta, Indonesia
190190

191191
- **Lish SSH Gateway:** `lish-id-cgk.linode.com`
192192

docs/products/platform/get-started/guides/choose-a-data-center/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'This article gives you information to help you determine which dat
44
keywords: ["data center", "datacenter", "dc", "speed"]
55
tags: ["linode platform"]
66
published: 2018-10-31
7-
modified: 2023-08-15
7+
modified: 2023-09-14
88
modified_by:
99
name: Linode
1010
aliases: ['/platform/how-to-choose-a-data-center/','/guides/how-to-choose-a-data-center/']
@@ -30,11 +30,13 @@ An important consideration when choosing a data center is the availability of sp
3030
| Frankfurt |||| |||||||||||
3131
| Fremont ||| | |||||| ||| ||
3232
| London ||| | ||||||||| ||
33+
| Milan ||| ||| ||||||| ✔† ||
3334
| Mumbai |||| ||||||||| ||
3435
| Newark |||| |||||||||||
35-
| Paris ||| |||||||||| ✔† ||
36+
| Paris ||| ||| ||||||| ✔† ||
37+
| Seattle ||| ||| ||||||| ✔† ||
3638
| Singapore |||| |||||||||||
37-
| Stockholm ||| ||| ||||||| ✔† ||
39+
| Stockholm ||| ||| ||||||| ✔† ||
3840
| Sydney ||| | ||||||||| ||
3941
| Tokyo ||| | |||||| ||| ||
4042
| Toronto ||| | ||||||||| ||

docs/products/storage/object-storage/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tab_group_main:
99
cascade:
1010
date: 2020-06-02
1111
product_description: "An S3-compatible object storage solution designed to store, manage, and access unstructured data in the cloud."
12-
modified: 2023-08-30
12+
modified: 2023-09-13
1313
aliases: ['/platform/object-storage/pricing-and-limitations/', '/guides/pricing-and-limitations','/products/storage/object-storage/guides/enable/']
1414
---
1515

@@ -40,8 +40,10 @@ Object Storage is available within the following data centers. For a full list o
4040
| Atlanta, GA (USA) | `us-southeast-1` |
4141
| Chicago, IL (USA)\* | `us-ord-1` |
4242
| Frankfurt (Germany) | `eu-central-1` |
43+
| Milan (Italy)\* | `it-mil-1` |
4344
| Newark, NJ (USA) | `us-east-1` |
4445
| Paris (France)\* | `fr-par-1` |
46+
| Seattle, WA (USA)\* | `us-sea-1` |
4547
| Singapore | `ap-south-1` |
4648
| Stockholm (Sweden)\* | `se-sto-1` |
4749
| Washington, DC (USA)\* | `us-iad-1` |
@@ -76,8 +78,10 @@ The tables below outline Object Storage limits. Most of the limits apply **per r
7678
| Atlanta, GA (USA) | 5 TB | 50 million |
7779
| Chicago, IL (USA) | 5 TB<br><small>Up to 1,000 TB by request</small> | 50 million<br><small>Up to 1 billion by request</small> |
7880
| Frankfurt (Germany) | 5 TB | 50 million |
81+
| Milan (Italy) | 5 TB<br><small>Up to 1,000 TB by request</small> | 50 million<br><small>Up to 1 billion by request</small> |
7982
| Newark, NJ (USA) | 5 TB | 50 million |
8083
| Paris (France) | 5 TB<br><small>Up to 1,000 TB by request</small> | 50 million<br><small>Up to 1 billion by request</small> |
84+
| Seattle, WA (USA) | 5 TB<br><small>Up to 1,000 TB by request</small> | 50 million<br><small>Up to 1 billion by request</small> |
8185
| Singapore | 5 TB | 50 million |
8286
| Stockholm (Sweden) | 5 TB<br><small>Up to 1,000 TB by request</small> | 50 million<br><small>Up to 1 billion by request</small> |
8387
| Washington, DC (USA) | 5 TB<br><small>Up to 1,000 TB by request</small> | 50 million<br><small>Up to 1 billion by request</small> |

docs/products/storage/object-storage/guides/urls/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: "Learn how to obtain URLs to objects within Linode's Object Storage service."
33
keywords: ['object','storage','bucket']
44
published: 2020-01-22
5-
modified: 2023-07-05
5+
modified: 2023-09-13
66
modified_by:
77
name: Linode
88
image: AccessingObjectswithLinodeObjectStorage.png
@@ -36,8 +36,10 @@ The cluster URL for Object Storage is unique to each data center. This URL can b
3636
| Atlanta, GA (USA) | `us-southeast-1` | `https://us-southeast-1.linodeobjects.com` |
3737
| Chicago, IL (USA) | `us-ord-1` | `https://us-ord-1.linodeobjects.com` |
3838
| Frankfurt (Germany) | `eu-central-1` | `https://eu-central-1.linodeobjects.com` |
39+
| Milan (Italy) | `it-mil-1` | `https://it-mil-1.linodeobjects.com` |
3940
| Newark, NJ (USA) | `us-east-1` | `https://us-east-1.linodeobjects.com` |
4041
| Paris (France) | `fr-par-1` | `https://fr-par-1.linodeobjects.com` |
42+
| Seattle, WA (USA) | `us-sea-1` | `https://us-sea-1.linodeobjects.com` |
4143
| Singapore | `ap-south-1` | `https://ap-south-1.linodeobjects.com` |
4244
| Stockholm (Sweden) | `se-sto-1` | `https://se-sto-1.linodeobjects.com` |
4345
| Washington, DC, USA | `us-iad-1` | `https://us-iad-1.linodeobjects.com` |

0 commit comments

Comments
 (0)