From 7bcd7d605949169effacc0373a0a9ead201654c1 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Thu, 16 Mar 2023 17:45:52 +0000 Subject: [PATCH 1/5] Small para fix --- product_docs/docs/pgd/5/quick_start_aws.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/product_docs/docs/pgd/5/quick_start_aws.mdx b/product_docs/docs/pgd/5/quick_start_aws.mdx index ccf9fede39a..a352e06b584 100644 --- a/product_docs/docs/pgd/5/quick_start_aws.mdx +++ b/product_docs/docs/pgd/5/quick_start_aws.mdx @@ -9,8 +9,7 @@ redirects: --- -The following steps set up EDB Postgres Distributed with an Always On Single Location -architecture using Amazon EC2. +The following steps set up EDB Postgres Distributed with an Always On Single Location architecture using Amazon EC2. ## Introducing TPA and PGD From 216c5863a612d7b0c0e75d9353567792f0228ea8 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Thu, 16 Mar 2023 18:10:14 +0000 Subject: [PATCH 2/5] QStart text tuned for AWS and Bare deployments --- product_docs/docs/pgd/5/tpa.mdx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/product_docs/docs/pgd/5/tpa.mdx b/product_docs/docs/pgd/5/tpa.mdx index 8442f2ce32b..bfc76126851 100644 --- a/product_docs/docs/pgd/5/tpa.mdx +++ b/product_docs/docs/pgd/5/tpa.mdx @@ -17,8 +17,17 @@ including physical and virtual machines, both self-hosted and in the cloud -!!! Tip "Get started with PGD quickly" - [Deploying an EDB Postgres Distributed example cluster on Docker](/pgd/latest/quick_start_docker) — Use your free trial account to configure, provision and deploy a PGD 5 Always-On cluster on Docker. +!!! Note **Get started with PGD quickly** + + If you want to experiment with a local deployment as quickly as possible, you can use your free trial account and [Deploying an EDB Postgres Distributed example cluster on Docker](/pgd/latest/quick_start_docker) to configure, provision and deploy a + PGD 5 Always-On cluster on Docker. + + If deploying to the cloud is your aim, use that same free trial account + and [Deploying and EDB Postgres Distributed example cluster on AWS](/pgd/latest/quick_start_aws) to get your own Amazonian cluster. + + And finally, don't forget you can also deploy directly to your own bare metal servers using TPA ([Trusted Postgres Architect](/tpa/latest)). A full quick start for bare deployments will soon be available. + + ## Prerequisite: Install TPA From 798f20949526b857fc967565207c8dcd0ac7f4bc Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> Date: Fri, 17 Mar 2023 08:28:45 +0000 Subject: [PATCH 3/5] Update product_docs/docs/pgd/5/tpa.mdx Co-authored-by: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> --- product_docs/docs/pgd/5/tpa.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pgd/5/tpa.mdx b/product_docs/docs/pgd/5/tpa.mdx index bfc76126851..032affa114b 100644 --- a/product_docs/docs/pgd/5/tpa.mdx +++ b/product_docs/docs/pgd/5/tpa.mdx @@ -25,7 +25,7 @@ including physical and virtual machines, both self-hosted and in the cloud If deploying to the cloud is your aim, use that same free trial account and [Deploying and EDB Postgres Distributed example cluster on AWS](/pgd/latest/quick_start_aws) to get your own Amazonian cluster. - And finally, don't forget you can also deploy directly to your own bare metal servers using TPA ([Trusted Postgres Architect](/tpa/latest)). A full quick start for bare deployments will soon be available. + And finally, don't forget you can also deploy directly to your own bare metal servers using TPA ([Trusted Postgres Architect](/tpa/latest)) using your free trial account. A full quick start for bare deployments will soon be available. From 7521855f735a13b6485e988aed43fce00f2b4c40 Mon Sep 17 00:00:00 2001 From: Dj Walker-Morgan Date: Fri, 17 Mar 2023 08:44:13 +0000 Subject: [PATCH 4/5] tighten last entry in list --- product_docs/docs/pgd/5/tpa.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/pgd/5/tpa.mdx b/product_docs/docs/pgd/5/tpa.mdx index 032affa114b..6fab4b530ec 100644 --- a/product_docs/docs/pgd/5/tpa.mdx +++ b/product_docs/docs/pgd/5/tpa.mdx @@ -11,9 +11,10 @@ redirects: - ../deployments/using_tpa/ --- -The standard way of deploying EDB Postgres Distributed in a self managed setting, -including physical and virtual machines, both self-hosted and in the cloud -(EC2), is to use EDB's deployment tool: [Trusted Postgres Architect](/tpa/latest/) (TPA). +The standard way of deploying EDB Postgres Distributed in a self managed +setting, including physical and virtual machines, both self-hosted and in the +cloud (EC2), is to use EDB's deployment tool: [Trusted Postgres +Architect](/tpa/latest/) (TPA). @@ -25,7 +26,7 @@ including physical and virtual machines, both self-hosted and in the cloud If deploying to the cloud is your aim, use that same free trial account and [Deploying and EDB Postgres Distributed example cluster on AWS](/pgd/latest/quick_start_aws) to get your own Amazonian cluster. - And finally, don't forget you can also deploy directly to your own bare metal servers using TPA ([Trusted Postgres Architect](/tpa/latest)) using your free trial account. A full quick start for bare deployments will soon be available. + And finally, don't forget you can also use your free trial account and [Trusted Postgres Architect](/tpa/latest/) (TPA) to [deploy directly to your own bare metal servers](/tpa/latest/platform-bare). From 30573922bd1aa9631ddf7fd061269481d4131feb Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Fri, 17 Mar 2023 17:59:55 +0000 Subject: [PATCH 5/5] Echo the previous paragraph a bit for AWS call-out --- product_docs/docs/pgd/5/tpa.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/product_docs/docs/pgd/5/tpa.mdx b/product_docs/docs/pgd/5/tpa.mdx index 6fab4b530ec..c2307c22ac6 100644 --- a/product_docs/docs/pgd/5/tpa.mdx +++ b/product_docs/docs/pgd/5/tpa.mdx @@ -20,13 +20,12 @@ Architect](/tpa/latest/) (TPA). !!! Note **Get started with PGD quickly** - If you want to experiment with a local deployment as quickly as possible, you can use your free trial account and [Deploying an EDB Postgres Distributed example cluster on Docker](/pgd/latest/quick_start_docker) to configure, provision and deploy a - PGD 5 Always-On cluster on Docker. + If you want to experiment with a local deployment as quickly as possible, you can use your free trial account and [Deploying an EDB Postgres Distributed example cluster on Docker](/pgd/latest/quick_start_docker) to configure, provision and deploy a PGD 5 Always-On cluster on Docker. If deploying to the cloud is your aim, use that same free trial account - and [Deploying and EDB Postgres Distributed example cluster on AWS](/pgd/latest/quick_start_aws) to get your own Amazonian cluster. + and [Deploying and EDB Postgres Distributed example cluster on AWS](/pgd/latest/quick_start_aws) to get a PGD 5 cluster on your own Amazon account. - And finally, don't forget you can also use your free trial account and [Trusted Postgres Architect](/tpa/latest/) (TPA) to [deploy directly to your own bare metal servers](/tpa/latest/platform-bare). + And finally, don't forget that you can also use your free trial account and [Trusted Postgres Architect](/tpa/latest/) (TPA) to [deploy directly to your own bare metal servers](/tpa/latest/platform-bare).