updated influxdb cloud getting started page
parent
0bd280b0e5
commit
94b1deda43
|
@ -3,7 +3,7 @@ title: Manage your InfluxDB Cloud 2.0 Account
|
|||
description: >
|
||||
View and manage information related to your InfluxDB Cloud 2.0 account such as
|
||||
pricing plans, data usage, account cancelation, etc.
|
||||
weight: 3
|
||||
weight: 4
|
||||
menu:
|
||||
v2_0_cloud:
|
||||
name: Account management
|
||||
|
|
|
@ -35,10 +35,13 @@ Limits are designed to let you monitor 5-10 sensors, stacks or servers comfortab
|
|||
2. InfluxDB Cloud requires email verification to complete the sign up process.
|
||||
Verify your email address by opening the email sent to the address you provided and clicking **Verify Your Email**.
|
||||
3. (If you subscribed through InfluxData) Choose your cloud provider.
|
||||
4. Select a region for your {{< cloud-name >}} instance. The following regions are available:
|
||||
4. Select a provider and region for your {{< cloud-name >}} instance. The following are available:
|
||||
|
||||
- **US West (Oregon)**
|
||||
- **EU Frankfurt**
|
||||
- **Amazon Web Services (AWS)**
|
||||
- **US West (Oregon)**
|
||||
- **EU Frankfurt**
|
||||
- **Google Cloud Platform (GCP)**
|
||||
- **Iowa**
|
||||
|
||||
_To suggest regions to add, click **Let us know** under Regions._
|
||||
5. (If you subscribed through InfluxData) Review the terms of the agreement, and then select **I have viewed and agree to InfluxDB Cloud 2.0 Services Subscription Agreement and InfluxData Global Data Processing Agreement**.
|
||||
|
@ -81,22 +84,12 @@ For information about using the InfluxDB v2 API, `influx` CLI, and client librar
|
|||
see [Write data to InfluxDB](/v2.0/write-data/).
|
||||
|
||||
{{% note %}}
|
||||
|
||||
#### InfluxDB Cloud instance endpoint
|
||||
|
||||
When using Telegraf, the InfluxDB v2 API, the `influx` CLI, or the client libraries to interact with your {{< cloud-name "short" >}}
|
||||
instance, extract the "host" or "endpoint" of your instance from your {{< cloud-name "short" >}} UI URL.
|
||||
For example:
|
||||
|
||||
```bash
|
||||
|
||||
# for US West (Oregon)
|
||||
https://us-west-2-1.aws.cloud2.influxdata.com
|
||||
|
||||
# for EU Frankfurt
|
||||
https://eu-central-1-1.aws.cloud2.influxdata.com
|
||||
```
|
||||
|
||||
When using Telegraf, the InfluxDB v2 API, the `influx` CLI, or the client libraries
|
||||
to interact with your {{< cloud-name "short" >}}, they each require the URL of your
|
||||
InfluxDB Cloud instance.
|
||||
See [InfluxDB Cloud URLs](/v2.0/cloud/urls/) for information about which URL to use
|
||||
and where to find it in your InfluxDB Cloud UI.
|
||||
{{% /note %}}
|
||||
|
||||
## Query and visualize data
|
||||
|
|
|
@ -12,20 +12,21 @@ menu:
|
|||
InfluxDB Cloud 2.0 is available on multiple cloud providers in multiple regions.
|
||||
Each region has a unique InfluxDB Cloud URL and API endpoint.
|
||||
Use the URLs below to interact with your InfluxDB Cloud instances with the
|
||||
[InfluxDB API](/v2.0/reference/api/) or [InfluxDB client libraries](/v2.0/reference/api/client-libraries/).
|
||||
[InfluxDB API](/v2.0/reference/api/), [InfluxDB client libraries](/v2.0/reference/api/client-libraries/),
|
||||
[`influx` CLI](/v2.0/reference/cli/influx/), or [Telegraf](/v2.0/write-data/use-telegraf/).
|
||||
|
||||
## Amazon Web Services (AWS)
|
||||
|
||||
| Region | URL |
|
||||
|:------ |:--- |
|
||||
| AWS US West (Oregon) | https://us-west-2-1.aws.cloud2.influxdata.com |
|
||||
| AWS EU Frankfurt | https://eu-central-1-1.aws.cloud2.influxdata.com |
|
||||
| Region | URL |
|
||||
|:------ |:--- |
|
||||
| US West (Oregon) | https://us-west-2-1.aws.cloud2.influxdata.com |
|
||||
| EU Frankfurt | https://eu-central-1-1.aws.cloud2.influxdata.com |
|
||||
|
||||
## Google Cloud Platform (GCP)
|
||||
|
||||
| Region | URL |
|
||||
|:------ |:--- |
|
||||
| Google Cloud US Central (Iowa) | https://prod01-us-central-1.gcp.cloud2.influxdata.com |
|
||||
| Region | URL |
|
||||
|:------ |:--- |
|
||||
| Iowa | https://prod01-us-central-1.gcp.cloud2.influxdata.com |
|
||||
|
||||
---
|
||||
|
||||
|
@ -37,4 +38,4 @@ For the URL of your specific InfluxDB Cloud instance:
|
|||
{{< nav-icon "load-data" >}}
|
||||
|
||||
2. Go to **Client Libraries**.
|
||||
3. The URL of your InfluxDB instance is displayed at the top of the page.
|
||||
3. The URL of your InfluxDB instance is displayed near the top of the page.
|
||||
|
|
Loading…
Reference in New Issue