You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advocacy_docs/edb-postgres-ai/console/estate/index.mdx
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,11 @@ Within your Estate are Projects. Projects group your resources and services, all
14
14
15
15
## Viewing your estate
16
16
17
-
The Console provides a centralized location to view for managing the lifecycle of EDB Postgres AI Databases and EDB Postgres AI Agents, including provisioning, scaling, and monitoring. It has three view; an overview, a Projects view and an Estate view.
17
+
The Console provides a centralized location to view for managing the lifecycle of EDB Postgres AI Databases and EDB Postgres AI Agents, including provisioning, scaling, and monitoring. It has three views; an overview, a Projects view and an Estate view.
18
18
19
19
The Projects view shows all the projects in your Estate. Selecting a project gives you a view of all resources and services in the project.
20
20
21
-
The Estate view shows all the resources and services in your Estate. You can filter this view by resource type, project, or status. You The Estate view is a powerful way to see everything that is happening in.
22
-
21
+
The Estate view shows all the resources and services in your Estate. You can filter this view by resource type, project, or status. The Estate view is a powerful way to see all your resources in a single view.
title: "EDB Postgres AI Estate: Cloud-hosted databases"
3
3
navTitle: Cloud-hosted databases
4
-
description: How to manage cloud-hosted databases in your EDB Postgres AI Estate.
4
+
description: How to manage Cloud-hosted databases in your EDB Postgres AI Estate.
5
5
---
6
6
7
-
Cloud-hosted databases are databases such as AWS S3 and RDS which are hosted in the cloud. The EDB Postges AI Console allows you to manage these databases as part of your Estate, so you can see all your databases in one place.
7
+
Cloud-hosted databases are databases such as AWS S3 and RDS which are hosted in the cloud. The EDB Postgres AI Console allows you to manage these databases as part of your Estate, so you can see all your Cloud-hosted databases in one place.
8
+
9
+
The Cloud-hosted databases view currently displays all the AWS S3 buckets and RDS instances that are available in selected AWS accounts.
10
+
11
+
## Managing access to AWS
12
+
13
+
The **Manage Access** button first offers you a menu of projects you can manage the AWS access for. The console then takes you through the steps required to enable the Estate to collect this information from AWS. See [Integrating AWS](../../estate/integrating/integrate_aws.mdx) for more details.
14
+
15
+
## Viewing Cloud-hosted Databases
16
+
17
+
Selecting any Cloud-hosted database displays the last check-in time for the database, it's name and region.
Copy file name to clipboardExpand all lines: advocacy_docs/edb-postgres-ai/console/using/estate/edb-postgres-ai-clusters.mdx
+46-1Lines changed: 46 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,50 @@ navTitle: EDB Postgres AI Clusters
4
4
description: How to manage clusters in your EDB Postgres AI Estate.
5
5
---
6
6
7
-
Clusters are the heart of your EDB Postgres AI Estate. They are the database instances that you create and manage in the EDB Postgres AI Console.
7
+
Clusters includes any Postgres cluster created by and managed by EDB Postgres AI Cloud Service. EDB Postgres AI Cloud Service can host these clusters on any supported cloud service provider (AWS, Azure, GCP), or it can host them using your own account on any cloud service provider.
8
+
9
+
Also included in this view are EDB Postgres AI Lakehouse analytics clusters, managed as part of the Cloud Service.
10
+
11
+
## Clusters view in the single pane of glass
12
+
13
+
The single pane of glass view shows a color-coded snapshot of the clusters, along with a textual description of which cloud service providers are in use and how many are Cloud Service Hosted by EDB or Managed but not hosted by EDB.
14
+
15
+
Selecting **View Estate** takes you to the full estate view.
16
+
17
+
## Full Clusters view
18
+
19
+
In the full clusters view, you can see all the clusters in your Estate. The view is similar to the project view but includes an additional **Project** column to show which project the cluster belongs to. You can select a cluster's project to go directly to the project view.
20
+
21
+
Selecting a clusters name brings up a cluster details view that shows:
22
+
* Cluster name
23
+
* Performance metrics including memory, CPU, storage, transaction rate and database size
24
+
* An overview of the cluster's configuration including:
25
+
* Cluster type
26
+
* Number of nodes
27
+
* Deployment type
28
+
* Cloud service provider
29
+
* Region
30
+
* Postgres type and version
31
+
* Provisioned instance type and size
32
+
* Provisioned storage volume type and properties
33
+
* Backup retention policy
34
+
* A psql command to connect to the cluster
35
+
36
+
Clusters with a green circle are running, those with a red circle are paused and those with a blue circle are recently deleted.
37
+
38
+
Running clusters have an ellipsis menu button that when selected, provides the following options:
Edit Cluster | Edit the cluster details and configuration
43
+
Monitoring and Logging | View the latest monitoring and logging information for the cluster
44
+
45
+
## Creating a new cluster
46
+
47
+
The **Create New** button allows you to create a new Database cluster or Lakehouse analytics cluster in any of your projects. First, select between creating a Database cluster or a Lakehouse analytics node.
48
+
49
+
If you only have one project, the creation operation automatically uses it. If you have more than one project, a menu of available projects to create your cluster in pops-up for you to select which project the cluster should appear in.
50
+
51
+
After selecting the project you are taken to the Cloud Service's [Create Cluster](/edb-postgres-ai/cloud-service/getting_started/creating_cluster/) page where you can configure the cluster.
Copy file name to clipboardExpand all lines: advocacy_docs/edb-postgres-ai/console/using/estate/index.mdx
+15-33Lines changed: 15 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -12,48 +12,30 @@ navigation:
12
12
13
13
The Estate view is your everything view of every resource - clusters, hosted, and managed, self-managed, analytics lakehouses, and managed storage locations - in every project. It cuts through the [Projects](../projects/) demarcation to give a single unified view of all your resources.
14
14
15
-
Rather than grouped into projects, the Estate overview grouped into types of resources.
15
+
## Estate view in the single pane of glass
16
16
17
-
Each resource shows its type, the number of instances of that resource and, on the right of the pane, a graphical representation or breakdown of those instances.
17
+
The first view you see when you log into the EDB Postgres AI Console is the single pane of glass view of your Projects and Estate. The Estate part of this view shows you a summary of all the resources in your Estate. Each resource shows its type, the number of instances of that resource and, on the right of the pane, a graphical representation or breakdown of those instances.
18
18
19
-
## EDB Postgres AI Clusters
19
+
Selecting **View Estate** takes you to the full Estate overview.
20
20
21
-
This is any Postgres cluster created by and managed by EDB Postgres AI. EDB Postgres AI can host these clusters on any supported cloud service provider (AWS, Azure, GCP), or it can host them using by your own account on any cloud service provider.
21
+
## Estate View
22
22
23
-
Also included in this view are EDB Postgres AI Lakehouse analytics clusters.
23
+
Rather than being grouped into projects, the Estate overview groups resources by type of resource. The views are similar to their counterparts in the project overviews and views but include an additional **Project** column to show which project the resource belongs to. You can select a resources project to go directly to the project view.
24
24
25
-
The graphical view shows a color coded snapshot of the clusters, along with a textual description of which cloud service providers are in use and how many are Cloud Service Hosted by EDB or Managed but not hosted by EDB.
25
+
<divstyle="border:1px solid">
26
26
27
-
The **Create New** button allows you to create a new Database cluster or Lakehouse analytics cluster in any of your projects. First, select between creating a Database cluster or a Lakehouse analytics node. If you only have one project, the creation operation automatically uses it. If you have more than one project, a menu of available projects to create your cluster in pops-up for you to select which project the cluster should appear in.
27
+

28
28
29
-
Selecting the **EDB Postgres AI Clusters** title takes you to the __EDB Postgres AI Cluster__ pane of the full Estate view.
29
+
</div>
30
30
31
-
Read more about viewing and managing [EDB Postgres AI Clusters](edb-postgres-ai-clusters) in the Console.
32
31
33
-
## Self Managed Postgres
32
+
## Estate View Resources
34
33
35
-
Using an agent you can include self-managed Postgres clusters installed both on-premises and in the cloud as part of your EDB Estate view by using an agent. The agent collects metrics from an associated cluster and feed it to the EDB Estate. It’s in this pane that the information appears.
34
+
The Estate view covers the following resources:
36
35
37
-
The **Configure Agent** button takes you through the steps needed to configure the Estate to receive data from an agent. See the [Agent](../../estate/agent/) documentation for more details and in particular [Install Agent](../../estate/agent/install-agent/) on how to install the agent on your platform.
36
+
*[EDB Postgres AI Clusters](edb-postgres-ai-clusters): This is any Postgres cluster created by and managed by EDB Postgres AI. This also includes EDB Postgres AI Lakehouse analytics clusters.
37
+
*[Self Managed Postgres](self-managed-postgres): This is any Postgres deployment that you have installed and manage on your own infrastructure and monitor with the [EDB Postgres AI Agent](../../estate/agent/).
38
+
*[Cloud Hosted Databases](cloud-hosted-databases): This is a view of all the AWS S3 buckets and RDS instances that are available in selected AWS accounts.
39
+
*[Storage Locations](storage-locations): These are data repositories for EDB Postgres AI Analytics.
38
40
39
-
Selecting the **Self Managed Postgres** title takes you to the __Self Managed Postgres__ pane of the full Estate view.
40
-
41
-
Read more about viewing and managing [Self Managed Postgres](self-managed-postgres) in the Console.
42
-
43
-
## Cloud Hosted Databases
44
-
45
-
Cloud Hosted Databases currently displays all the AWS S3 buckets and RDS instances that are available in selected AWS accounts.
46
-
47
-
The **Manage Access** button takes you through the steps required to enable the Estate to collect this information from AWS. See [Integrating AWS](../../estate/integrating/integrate_aws.mdx) for more details.
48
-
49
-
Selecting the **Cloud Hosted Databases** title takes you to the __Cloud Hosted Databases__ pane of the full Estate view.
50
-
51
-
Read more about [Cloud Hosted Databases](cloud-hosted-databases) in the Console.
52
-
53
-
## Storage Locations
54
-
55
-
Storage Locations, also known as Managed Storage Locations, are data repositories for EDB Postgres AI Analytics. You sync and migrate data to these locations for analysis from Postgres databases or S3 storage. The data is then optimized for fast query, aggregation, and analysis.
56
-
57
-
The **Manage Locations** button takes you the __Storage Locations__ view where you can search for, view, and add storage locations.
58
-
59
-
Selecting the **Storage Locations** title take you to the __Storage Locations__ pane of the full Estate view.
41
+
Each one of these views is a separate pane customized for the particular resource type.
description: How to view self-managed Postgres clusters in your EDB Postgres AI Estate.
5
5
---
6
6
7
-
Monitoring your database assets that you manage on your own infrastructure is a key part of managing your EDB Postgres AI Estate. The EDB Postgres AI Console provides a number of tools to help you, including a view of Self-managed Postgres clusters.
7
+
Monitoring the database assets that you manage on your own infrastructure is a key part of managing your EDB Postgres AI Estate.
8
+
9
+
You can include self-managed Postgres clusters installed both on-premises and in the cloud as part of your EDB Estate view by using an agent. The agent collects metrics from an associated cluster and feeds it to the EDB Estate. It’s in this pane that the information appears.
10
+
11
+
## Configuring Self-managed Postgres
12
+
13
+
The **Configure Agent** button takes you through the steps needed to configure the Estate to receive data from an agent. See the [Agent](../../estate/agent/) documentation for more details and in particular [Install Agent](../../estate/agent/install-agent/) on how to install the agent on your platform.
Copy file name to clipboardExpand all lines: advocacy_docs/edb-postgres-ai/console/using/estate/storage-locations.mdx
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,24 @@ navTitle: Storage locations
4
4
description: How to manage storage locations in your EDB Postgres AI Estate.
5
5
---
6
6
7
-
Storage locations are the places where your analytical databases store their data. You can manage storage locations in the EDB Postgres AI Console's Storage Locations view.
7
+
Storage Locations, also known as Managed Storage Locations, are data repositories for EDB Postgres AI Analytics. You sync and migrate data to these locations for analysis from Postgres databases or S3 storage. The data is then optimized for fast query, aggregation, and analysis.
8
+
9
+
The **Manage Locations** button will ask you to select a project and then take you the __Storage Locations__ view of that project where you can search for, view, and add storage locations.
The map shows the locations of the storage locations in your project. The darker a region is, the more storage locations it has.
14
+
15
+
Below the map, you can see the following information for each storage location:
16
+
* Cloud provider
17
+
* Region
18
+
* Deployment type
19
+
* Number of locations
20
+
21
+
Clicking on the > symbol expands the list to show all the storage locations in that region, with their prefix and their tags. You can also add tags to a storage location in the expanded list.
22
+
23
+
!!! Note
24
+
Currently it's not possible to delete a storage location.
Copy file name to clipboardExpand all lines: advocacy_docs/edb-postgres-ai/console/using/projects/clusters.mdx
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ description: How to manage clusters in an EDB Postgres AI project
6
6
7
7
Displays all the clusters in the project in a table format. The clusters view shows the cluster name, creation time (or for a paused cluster, when it was paused and when it will resume), the Postgres version, the cloud service provider, the region, the type of cluster, the provisioned instance type and provisioned storage.
8
8
9
+
In the top right, is a **Create New** button that allows you to create a new cluster in the project. Selecting this will take you to the Cloud Service's [Create Cluster](/edb-postgres-ai/cloud-service/getting_started/creating_cluster/) page where you can configure a new cluster.
10
+
11
+
## Cluster actions
12
+
9
13
To the right of the cluster's information is are a lock icon, a pen icon and an ellipsis menu button. The lock shows the credential information for the cluster, the pen icon takes you to the appropriate edit cluster page, and the ellipsis menu button which when selected provides the following options:
10
14
11
15
| Option | Description |
@@ -16,19 +20,19 @@ To the right of the cluster's information is are a lock icon, a pen icon and an
16
20
|[Delete Cluster](#delete-cluster)| Deletes the selected cluster |
17
21
18
22
19
-
## Create Replica
23
+
###Create Replica
20
24
21
25
Selecting **Create Replica** opens a dialog where you can select the cloud provider and region for the replica. Select **Create Replica** to create the replica.
22
26
23
-
## Change Password
27
+
###Change Password
24
28
25
29
Selecting **Change Password** opens a dialog where you can enter a new password for the cluster. Select **Change Password** to change the password.
26
30
27
-
## Pause/Resume Cluster
31
+
###Pause/Resume Cluster
28
32
29
33
Selecting **Pause/Resume Cluster** pauses or resumes the cluster. When you pause a cluster, the cluster stops and you aren't billed for the cluster. When you resume a cluster, the cluster restarts and you billing resumes for the cluster.
30
34
31
-
## Delete Cluster
35
+
###Delete Cluster
32
36
33
37
Selecting **Delete Cluster** opens a dialog asking you to confirm the deletion. Enter "delete cluster" in the text field and select **Delete Cluster** to permanently delete the cluster.
Copy file name to clipboardExpand all lines: advocacy_docs/edb-postgres-ai/console/using/projects/project_overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,6 @@ To the right of the cluster's information is an ellipsis menu button, which when
19
19
20
20
**Edit Cluster** takes you to the appropriate page to edit the cluster details, depending on the type of cluster, database or Lakehouse. The page you go to is similar to the Create page used to create that type of cluster.
21
21
22
-
The **Credential Information** option shows you the connection details for the cluster, including the connection URL, userbane, and the database name. You can use these details to connect to the cluster from a Postgres client. Passwords are not shown in the UI, but you can reset the password if you need to.
22
+
The **Credential Information** option shows you the connection details for the cluster, including the connection URL, username, and the database name. You can use these details to connect to the cluster from a Postgres client. Passwords aren't shown in the UI, but you can reset the password if you need to.
0 commit comments