Skip to content

W-18596027-ControlPlane-regions-Table #800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions cloudhub/modules/ROOT/pages/cloudhub-networking-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,28 +98,7 @@ You can assign Static IP to applications with multiple workers. However, it is n

Depending on what region you deploy your application in, the DNS record and the load balancer for your integration may change. The following table summarizes what DNS records are available for your application in each region:

[%header,cols="15a,10a,40a"]
|===
| Region Name | Region | Example DNS Record
3+h| US Control Plane Regions
| US East (N. Virginia) |us-e1 | `myapp.us-e1.cloudhub.io`
| US East (Ohio) |us-e2| `myapp.us-e2.cloudhub.io`
| US West (N. California) |us-w1 |`myapp.us-w1.cloudhub.io`
| US West (Oregon) |us-w2| `myapp.us-w2.cloudhub.io`
| Canada (Central) |ca-c1| `myapp.ca-c1.cloudhub.io`
| South America (Sao Paulo) |br-s1| `myapp.br-s1.cloudhub.io`
| Asia Pacific (Singapore) |sg-s1| `myapp.sg-s1.cloudhub.io`
| Asia Pacific (Sydney) |au-s1| `myapp.au-s1.cloudhub.io`
| Asia Pacific (Tokyo) |jp-e1| `myapp.jp-e1.cloudhub.io`
| EU (Ireland) |ir-e1 | `myapp.ir-e1.cloudhub.io`
| EU (Frankfurt) |de-c1 | `myapp.de-c1.cloudhub.io`
| EU (London) |uk-e1 | `myapp.uk-e1.cloudhub.io`
3+h| MuleSoft Government Cloud
| US Gov West |usg-w1.gov| `myapp.usg-w1.gov.cloudhub.io`
3+h| EU Control Plane Regions
| EU (Ireland) |ir-e1.eu1 | `myapp.ir-e1.eu1.cloudhub.io`
| EU (Frankfurt) |de-c1.eu1 | `myapp.de-c1.eu1.cloudhub.io`
|===
include::cloudhub-2::partial$region-table-long.adoc[]

Note that DNS records are unique to each control plane. Though the EU control plane
supports some of the same regions that the U.S. control plane supports, the DNS records
Expand Down