From 5d179b3fbd786564a1d342ff04a828bb78837eb7 Mon Sep 17 00:00:00 2001 From: jdmooney Date: Fri, 8 Sep 2023 15:08:11 -0400 Subject: [PATCH] Update aws.adoc Fix links to obsolete docs plus other minor edits --- userguide/tutorials/aws.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/userguide/tutorials/aws.adoc b/userguide/tutorials/aws.adoc index 7c99c0d54..f6716c2fb 100644 --- a/userguide/tutorials/aws.adoc +++ b/userguide/tutorials/aws.adoc @@ -9,7 +9,7 @@
Single-Tier single AMI with MariaDB

Perfect for prototyping and test environments

Launch -

Docs

+

Docs

@@ -17,7 +17,7 @@
Multi-Tier CloudFormation with Amazon Aurora

Production ready setup in minutes (most popular)

Launch -

Docs

+

Docs

@@ -25,7 +25,7 @@
Multi-Tier single AMI with external database

Fully customizable production environment (advanced users)

Launch -

Docs

+

Docs

@@ -45,15 +45,15 @@ So, which one should you choose? Here is a little more information to help you d **Single AMI Deployments** come in 2 flavors: -* `Single-Tier`: To help you to quickly get started, the single-tier deployment offers an AMI that provides everything you need and can be launched with a **one-click** button. In this option the Kill Bill server, KAUI and a MariaDB (MySQL) database run on one single node. This is very convenient and inexpensive to get started, but is not recommended for production deployments. +* `Single-Tier`: To help you to quickly get started, the single-tier deployment offers an AMI that provides everything you need and can be launched very easily . In this option the Kill Bill server, KAUI and a MariaDB (MySQL) database run on one single node. This is very convenient and inexpensive to get started, but is not recommended for production deployments. * `Multi-Tier`: In this mode, there is also a single AMI for both Kill Bill server and KAUI, but the deployment will use more than one node (typically two). This option requires a bit more setup and depends on an external database. The use of multiple nodes is intended to provide redundancy and to eliminate downtime during upgrades. -The Single AMI Deployments are a great way to easily get started, but they are often not the best choices for production deployments. Please refer to https://docs.killbill.io/latest/aws-singletier.html[Installation: Single-Tier] or https://docs.killbill.io/latest/aws-multitier.html[Installation: Multi-Tier] for further information. +The Single AMI Deployments are a great way to easily get started, but they are often not the best choices for production deployments. Please refer to https://docs.killbill.io/latest/how-to-set-up-a-single-tier-system.html[How to Setup a Single-Tier System] or https://docs.killbill.io/latest/how-to-set-up-a-multi-tier-system.html[How to Setup a Multi-Tier System] for further information. **Cloud Formation Deployments** use AWS CloudFormation to provide a better integration with the rest of the AWS ecosystem. These deployments include separate AMIs for the Kill Bill Server and for Kaui, and rely on auto-scaling groups to scale both Kill Bill and KAUI instances independently. They make use of the Amazon Aurora RDS database, a version of MySQL that is also PostgreSQL compatible. They also make use of CloudWatch for metrics. -Cloud Formation Deployments also offer a **one-click** button deployment for the whole stack, including the required database. They are a good option to set up a production-ready deployment with minimum efforts. Please refer to https://docs.killbill.io/latest/aws-cf.html[Installation via Cloud Formation] for further information. +Cloud Formation Deployments also offer a **one-click** button deployment for the whole stack, including the required database. They are a good option to set up a production-ready deployment with minimum efforts. Please refer to https://docs.killbill.io/latest/how-to-set-up-a-cloud-formation-system.html[How to Setup a CloudFormation System] for further information. -The rest of this document focuses on configurations that apply to both types of deployments. +The rest of this document describes configurations that apply to both types of deployments. == Default configuration @@ -63,7 +63,7 @@ A few plugins are also pre-configured, but not installed. These include `email-n === Invoice templates -Kill Bill allows generating an HTML template corresponding to an invoice. Invoice templates can be customized. You can read the https://docs.killbill.io/latest/invoice_templates.html[Invoice Templates] document to know more. +Kill Bill allows you to generate an HTML template corresponding to an invoice. Invoice templates can be customized. You can read the https://docs.killbill.io/latest/invoice_templates.html[Invoice Templates] document to learn more. === Email notifications plugin