Skip to content

Commit

Permalink
Merge pull request #542 from rjrpaz/missing-link
Browse files Browse the repository at this point in the history
Fix incomplete link
  • Loading branch information
reshmabidikar authored Feb 28, 2024
2 parents 4d51e22 + a967652 commit 95dbc55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userguide/aws/how-to-set-up-a-cloud-formation-system.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ From the left menu of the VPC Dashboard select *Subnets*. This shows a list of y

The CloudFormation implementation uses the HTTPS protocol for strong security. This requires the use of an X.509 certificate.

If you do not have a certificate, select *Security, Identity, and Compliance*, then *Certificate Manager* from the Services menu. Then follow the instructions in https://../how-to-add-a-certificate-using-ACM.html[How to Add a Certificate Using ACM].
If you do not have a certificate, select *Security, Identity, and Compliance*, then *Certificate Manager* from the Services menu. Then follow the instructions in https://docs.killbill.io/latest/how-to-add-a-certificate-using-ACM.html[How to Add a Certificate Using ACM].

If you have a certificate created by ACM, you are all set. If you have a certificate not created by ACM, set the bottom left dropdown to **Import** and follow the instructions. Import the certificate to ACM.

Expand All @@ -96,7 +96,7 @@ To create a key pair, from the EC2 console scroll down to *Networks & Security /
[[step5]]
== Step 5: Configure and Launch

The setup process starts with the https://aws.amazon.com/marketplace/pp/prodview-yadytedsiclzu?sr=0-3&ref_=beagle&applicationId=AWSMPContessa[Kill Bill CloudFormation Template at AWS Marketplace]. Go to this page, then click *Continue to Subscribe*.
The setup process starts with the https://aws.amazon.com/marketplace/pp/prodview-aicuarzg3e4t6?sr=0-5&ref_=beagle&applicationId=AWSMPContessa[Kill Bill CloudFormation Template at AWS Marketplace]. Go to this page, then click *Continue to Subscribe*.

image::../assets/aws/cf-subscribe.png[align=center]

Expand Down Expand Up @@ -164,7 +164,7 @@ If the create succeeds, the status will eventually change to `CREATE_COMPLETE` (
[[step6]]
== Step 6: Setup a CNAME

A critical resource included in your CloudFormation implementation is the ELB Load Balancer. To complete the protection of this resource by your certificate, as explained in https://add-a-certificate-using-ACM.html[How to Add a Certificate Using ACM], you need to create a CNAME for your domain with the name "kaui" and a value that points to this load balancer.
A critical resource included in your CloudFormation implementation is the ELB Load Balancer. To complete the protection of this resource by your certificate, as explained in https://docs.killbill.io/latest/how-to-add-a-certificate-using-ACM.html[How to Add a Certificate Using ACM], you need to create a CNAME for your domain with the name "kaui" and a value that points to this load balancer.

First, find the load balancer in the EC2 console:

Expand Down

0 comments on commit 95dbc55

Please sign in to comment.