When you use Cross-Cloud Interconnect, Google provisions physical connections on your behalf between the Google Cloud network and the Amazon Web Services (AWS) network.
Before Google can establish these connections, you must order ports from both Google and AWS. In preparation for that process, identify the Google Cloud locations and the corresponding AWS locations that you want to use for your connections.
Best practices for selecting a location
When deciding where to place your connections, consider questions such as the following:- Where are most of your Google Cloud resources?
- Where are most of your AWS resources?
If your resources from both clouds are in the same place, then the choice is simple. However, if they are not, consider whether you want your connections to be closer to your Google Cloud resources or closer to your AWS resources. If the connections are closer to your AWS resources, then your traffic spends more time traveling on the Google network, which in general is desirable. However, you should also consider the outbound data transfer costs that you're likely to incur from both clouds.
Factors affected by location
This section describes factors that are affected by your location choice.
VLAN attachments
After your Cross-Cloud Interconnect connection is established, you must configure VLAN attachments in Google Cloud. A VLAN attachment is a logical connection between your remote cloud network and a single region in your Virtual Private Cloud network.
When you choose a location for your ports, you limit the number of regions where you can place VLAN attachments. For this reason, the supported locations table includes a column for the Google Cloud regions that are served by each port location.
Edge availability domains
Each metropolitan area has two Google Cloud edge availability domains. Two domains in the same metropolitan area are not scheduled to be down for maintenance at the same time. For this reason, when you select a location for a primary and redundant port, each port must use a different edge availability domain within the same metropolitan area. This is true regardless of how you order your ports. However, when you use the Google Cloud CLI, you must specify each edge availability domain explicitly. When you use the Google Cloud console, you simply select a location, and Google Cloud reserves a port for you in each domain.
In the gcloud CLI version of the location name, the edge availability domain is the
second piece of information. For example, if the location name is iad-zone1-1
,
the edge availability domain is zone1
. If the location name is
iad-zone2-1
, the edge availability zone is zone2
.
Colocation facilities
Google typically provisions each connection within a single colocation facility. However, sometimes connections are created between adjoining facilities that are operated by the same provider. In either case, generally you don't need to know the facility name. For this reason, the supported locations table does not identify specific facilities.
List of supported locations
The following table lists the supported AWS locations and the corresponding Google Cloud locations.
You must specify the Google Cloud location of your Cross-Cloud Interconnect port, and additionally specify where in your other cloud provider to connect it. This latter AWS location is referred to as the remote location in this documentation set and within Google Cloud. Make sure to use the remote location name when you order the Cross-Cloud Interconnect. Your remote cloud provider has a different, although similar, name for the location, which you use when you order the port with that cloud provider.
For each location name, some syntax variations exist. For example:
- The remote location name varies depending on whether you are interacting with AWS or Google Cloud.
- When interacting with Google Cloud, the Google Cloud console displays the remote location description next to the location name to help you choose the correct location.
- In Google Cloud, the Google Cloud console Cloud Interconnect location (not the remote location) shows facility information rather than the actual Cloud Interconnect location name.
Google Cloud regions | Amazon Web Services regions | Metropolitan area | Remote location | Google Cloud locations | |
---|---|---|---|---|---|
Google Cloud | Amazon Web Services | ||||
|
|
Hong Kong | aws-eqhk1 | EQHK1 |
|
|
|
Jakarta | aws-dcij3 | DCIJ3 |
|
|
|
Osaka | aws-eqos1 | EqOS1 |
|
|
|
Seoul | aws-lgu57 | LGU57 |
|
aws-lgknx | LGKNX |
| |||
|
|
Singapore | aws-gss52 | GSS52 |
|
|
|
Tokyo | aws-eqty2 | EqTY2 |
|
|
|
Sydney | aws-eqsy3 | EqSY3 |
|
|
|
Frankfurt | aws-inx6 | INX6 |
|
aws-eqfa5 | EqFA5 |
| |||
|
|
London | aws-eqld5 | EqLD5 |
|
|
|
Madrid | aws-itcm2 | ITCM2 |
|
|
|
Paris | aws-itxp7 | ITXP7 |
|
aws-thv52 | THV52 |
| |||
|
|
Stockholm | aws-eqsk1 | EQSK1 |
|
|
|
Mumbai | aws-gpx51 | GPX51 |
|
|
|
Washington D.C. | aws-eqdc2 | EqDC2 |
|
aws-csva1 | CSVA1 |
| |||
|
|
Ohio | aws-col67 | COL67 |
|
|
|
Dallas, Texas | aws-eqda2 | Equinix EqDA2 |
|
|
|
Montréal | aws-cgm60 | CGM60 |
|
|
|
Portland, Oregon | aws-ecpo1 | ECPO1 |
|
|
|
San Francisco | aws-eqsv5 | EqSV5 |
|
|
|
Seattle | aws-eqse2-eq | EqSe2-EQ, sublocation Equinix SE2 |
|
|
|
São Paulo | aws-tndb | TNDB |
|
Verify availability
After you've identified a location that you want to use, double-check that it has an available 10-Gbps or 100-Gbps Direct Connect port. This step is helpful because the availability of ports can change without notice.
If you're working in the AWS console, you can verify availability while ordering your connections. To verify availability in advance, use the AWS CLI.
AWS CLI
Use the describe-locations
command
to get information about connections that are available in an AWS location. For example:
aws directconnect describe-locations --region REGION | jq -r '.locations[] | select(.locationCode | test("REMOTE_LOCATION"; "i")) | .availablePortSpeeds'
Replace the following:
REGION
: the name of the AWS region—for example,us-east-2
REMOTE_LOCATION
: the AWS name of the remote location—for example,CSVA1
The command output shows the available port speeds.
[ "100 Gbps", "10 Gbps", "1 Gbps" ]
Note locations and regions
After you've reviewed the previous sections, make a note of the following values:
- The remote location, as it's known in Google Cloud, and the Google Cloud location. You need these values when you order your Cross-Cloud Interconnect connections.
- The remote location, as it's known in AWS, and the region where you want to place the connection resources. You need these values when you order your AWS ports and configure your AWS resources.
- The Google Cloud region where you want to place your VLAN attachments. You need this value when you create the attachment, as described in Configure your Google Cloud resources.