diff --git a/userguide/assets/aws/one-click-launch-security-group.png b/userguide/assets/aws/one-click-launch-security-group.png new file mode 100644 index 000000000..5aef1a5d2 Binary files /dev/null and b/userguide/assets/aws/one-click-launch-security-group.png differ diff --git a/userguide/assets/aws/one-click-launch-subnet-public-ip.png b/userguide/assets/aws/one-click-launch-subnet-public-ip.png new file mode 100644 index 000000000..7ce95f802 Binary files /dev/null and b/userguide/assets/aws/one-click-launch-subnet-public-ip.png differ diff --git a/userguide/aws/errors-rollbar.adoc b/userguide/aws/errors-rollbar.adoc index e3a7f4f50..5069558b5 100644 --- a/userguide/aws/errors-rollbar.adoc +++ b/userguide/aws/errors-rollbar.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/errors-sentry.adoc b/userguide/aws/errors-sentry.adoc index c85e1de94..e07a0ace9 100644 --- a/userguide/aws/errors-sentry.adoc +++ b/userguide/aws/errors-sentry.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/events-to-aws-sqs.adoc b/userguide/aws/events-to-aws-sqs.adoc index e666127c5..4961173c5 100644 --- a/userguide/aws/events-to-aws-sqs.adoc +++ b/userguide/aws/events-to-aws-sqs.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/explanation-https-and-certificates.adoc b/userguide/aws/explanation-https-and-certificates.adoc index e5c0a8130..3da541225 100644 --- a/userguide/aws/explanation-https-and-certificates.adoc +++ b/userguide/aws/explanation-https-and-certificates.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/how-to-add-a-certificate-using-ACM.adoc b/userguide/aws/how-to-add-a-certificate-using-ACM.adoc index b5ad270ac..b34fcb834 100644 --- a/userguide/aws/how-to-add-a-certificate-using-ACM.adoc +++ b/userguide/aws/how-to-add-a-certificate-using-ACM.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/how-to-launch-kill-bill-on-aws-using-one-click-launch.adoc b/userguide/aws/how-to-launch-kill-bill-on-aws-using-one-click-launch.adoc new file mode 100644 index 000000000..ce5aebe3c --- /dev/null +++ b/userguide/aws/how-to-launch-kill-bill-on-aws-using-one-click-launch.adoc @@ -0,0 +1,75 @@ += How to Launch Kill Bill on AWS Using One-Click Launch + +:card-badge: Premium +:card-title: AWS Deployment +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw +:card-description: +include::{sourcedir}/includes/premium-card.adoc[] + +== Introduction + +This document describes how to deploy Kill Bill on AWS using the *One-Click Launch* option available through AWS Marketplace. + +With One-Click Launch, AWS automatically provisions a preconfigured Kill Bill instance, allowing you to get started with minimal configuration. + +The setup procedure includes three steps: + +. <> +. <> +. <> + +[[step1]] +== Step 1: Open the AWS Marketplace Listing + +Log in to your AWS account and open the Kill Bill listing in AWS Marketplace. + +If you have not already subscribed, complete the subscription process. Then select *Continue to Configuration*. + +On the launch page, select *One-click launch from AWS Marketplace*. + +[[step2]] +== Step 2: Configure and Launch the Instance + +Configure the launch settings as follows: + +* Select the AWS *Region* where you want to deploy the instance. + +* Select the *VPC* where the instance will be deployed. + +* Select a *public subnet*. Ensure that *Auto-assign public IPv4 address* is enabled, as shown below. + +image::../assets/aws/one-click-launch-subnet-public-ip.png[align=center] + + +* Create a new *Security Group*. The recommended inbound rules are already populated. Provide a name for the security group and ensure that ports *443* and *8443* are open. + +image::../assets/aws/one-click-launch-security-group.png[align=center] + +* Select an existing EC2 *Key Pair* or create a new one. + +After reviewing the configuration, click *Launch*. + +AWS provisions the EC2 instance and starts the Kill Bill services automatically. Deployment typically takes a few minutes. + +[[step3]] +== Step 3: Access Kill Bill + +Once the instance status changes to *Running*, note its public IP address or public DNS name. + +You can then access Kill Bill using: + +[source] +---- +https:// +---- + +Login using the following default credentials: + +* **Username:** `admin` +* **Password:** `{INSTANCE_ID}` + +where `{INSTANCE_ID}` is the EC2 Instance ID (for example, `i-0123456789abcdef0`) of the deployed instance. + + + +After verifying that Kill Bill is accessible, you are ready to create your first tenant and connect your deployment to Aviate. \ No newline at end of file diff --git a/userguide/aws/how-to-maintain-a-cloud-formation-system.adoc b/userguide/aws/how-to-maintain-a-cloud-formation-system.adoc index 5008d9fd3..f665c0b3d 100644 --- a/userguide/aws/how-to-maintain-a-cloud-formation-system.adoc +++ b/userguide/aws/how-to-maintain-a-cloud-formation-system.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/how-to-maintain-a-multi-tier-system.adoc b/userguide/aws/how-to-maintain-a-multi-tier-system.adoc index 77c216f9b..82bb5f7db 100644 --- a/userguide/aws/how-to-maintain-a-multi-tier-system.adoc +++ b/userguide/aws/how-to-maintain-a-multi-tier-system.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/how-to-maintain-a-single-tier-system.adoc b/userguide/aws/how-to-maintain-a-single-tier-system.adoc index 3aa694172..966c1f91e 100644 --- a/userguide/aws/how-to-maintain-a-single-tier-system.adoc +++ b/userguide/aws/how-to-maintain-a-single-tier-system.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/how-to-set-up-a-cloud-formation-system.adoc b/userguide/aws/how-to-set-up-a-cloud-formation-system.adoc index 59972b5cb..303179c38 100644 --- a/userguide/aws/how-to-set-up-a-cloud-formation-system.adoc +++ b/userguide/aws/how-to-set-up-a-cloud-formation-system.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/how-to-set-up-a-multi-tier-system.adoc b/userguide/aws/how-to-set-up-a-multi-tier-system.adoc index fc2236842..52fb01e48 100644 --- a/userguide/aws/how-to-set-up-a-multi-tier-system.adoc +++ b/userguide/aws/how-to-set-up-a-multi-tier-system.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/how-to-set-up-a-single-tier-system.adoc b/userguide/aws/how-to-set-up-a-single-tier-system.adoc index cb48fd3ba..6c6b5e74d 100644 --- a/userguide/aws/how-to-set-up-a-single-tier-system.adoc +++ b/userguide/aws/how-to-set-up-a-single-tier-system.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/metrics-cloudwatch.adoc b/userguide/aws/metrics-cloudwatch.adoc index ece1861b3..75967fbbb 100644 --- a/userguide/aws/metrics-cloudwatch.adoc +++ b/userguide/aws/metrics-cloudwatch.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/metrics-datadog.adoc b/userguide/aws/metrics-datadog.adoc index ca5716b42..9f06e7d83 100644 --- a/userguide/aws/metrics-datadog.adoc +++ b/userguide/aws/metrics-datadog.adoc @@ -4,7 +4,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/metrics-newrelic.adoc b/userguide/aws/metrics-newrelic.adoc index 358ab173d..5ce717e5c 100644 --- a/userguide/aws/metrics-newrelic.adoc +++ b/userguide/aws/metrics-newrelic.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[] diff --git a/userguide/aws/using-ses-with-aws.adoc b/userguide/aws/using-ses-with-aws.adoc index 202ebce95..9e7d172c7 100644 --- a/userguide/aws/using-ses-with-aws.adoc +++ b/userguide/aws/using-ses-with-aws.adoc @@ -2,7 +2,7 @@ :card-badge: Premium :card-title: AWS Deployment -:card-link: https://aws.amazon.com/marketplace/pp/prodview-pbaelkwz2yzga +:card-link: https://aws.amazon.com/marketplace/pp/prodview-jvcsq4phzaclw :card-description: include::{sourcedir}/includes/premium-card.adoc[]