Skip to content

Commit

Permalink
Merge pull request #572 from reshmabidikar/add-aws-card
Browse files Browse the repository at this point in the history
Add aws card to missing aws docs
  • Loading branch information
sbrossie authored Nov 9, 2024
2 parents e0ebb32 + e56c262 commit 05aaba0
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions userguide/aws/explanation-https-and-certificates.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
== HTTPS and Certificates

include::{sourcedir}/aws/includes/aws-card.adoc[]

=== Overview

The HTTP protocol, commonly used for message exchange over the internet, does not provide encryption or authentication.
Expand Down
2 changes: 2 additions & 0 deletions userguide/aws/how-to-add-a-certificate-using-ACM.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= How To Add a Certificate Using the AWS Certificate Manager

include::{sourcedir}/aws/includes/aws-card.adoc[]

== Overview


Expand Down
2 changes: 2 additions & 0 deletions userguide/aws/how-to-maintain-a-cloud-formation-system.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= How to Mantain a CloudFormation System

include::{sourcedir}/aws/includes/aws-card.adoc[]

This guide discusses how to troubleshoot, maintain and upgrade your Kill Bill CloudFormation (CFN) installation.

== Logging in to your EC2s
Expand Down
2 changes: 2 additions & 0 deletions userguide/aws/how-to-maintain-a-multi-tier-system.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= How to Maintain a Multi-Tier System

include::{sourcedir}/aws/includes/aws-card.adoc[]

== Overview

This guide explains how to maintain your multi-tier Kill Bill installation on AWS. The procedures described in this guide apply separately to each of your EC2 instances.
Expand Down
2 changes: 2 additions & 0 deletions userguide/aws/how-to-maintain-a-single-tier-system.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= How to Maintain a Single-Tier System

include::{sourcedir}/aws/includes/aws-card.adoc[]

== Overview

This guide explains how to maintain your single-tier Kill Bill installation on AWS.
Expand Down
1 change: 1 addition & 0 deletions userguide/aws/how-to-set-up-a-cloud-formation-system.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= How to Set up a CloudFormation System

include::{sourcedir}/aws/includes/aws-card.adoc[]

== Overview

Expand Down
1 change: 1 addition & 0 deletions userguide/aws/how-to-set-up-a-multi-tier-system.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= How to Set up a Multi-Tier System

include::{sourcedir}/aws/includes/aws-card.adoc[]

== Overview

Expand Down
1 change: 1 addition & 0 deletions userguide/aws/how-to-set-up-a-single-tier-system.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= How to Set up a Single-Tier System

include::{sourcedir}/aws/includes/aws-card.adoc[]

== Introduction

Expand Down
2 changes: 2 additions & 0 deletions userguide/tutorials/using-https.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= Using HTTPS

include::{sourcedir}/aws/includes/aws-card.adoc[]

== Overview

The HTTP protocol, commonly used for message exchange over the internet, does not provide encryption or authentication. As a result messages exchanged with this protocol may be insecure and subject to eavesdropping, and their source may be uncertain. To avoid this problem, HTTP is frequently combined with an encryption scheme known as SSL, or more recently TLS, that can be used to keep messages safe from unauthorized access, and verify that the sender is who they claim to be. This secure protocol is called HTTPS.
Expand Down
2 changes: 2 additions & 0 deletions userguide/tutorials/using-ses-with-aws.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= Using SES with AWS

include::{sourcedir}/aws/includes/aws-card.adoc[]

== Overview

The email plugin for Kill Bill requires an SMTP server. For implementations using AWS the best choice may be Amazon's *Simple Email Service (SES)*. Amazon offers this service at little or no cost for AWS users who send moderate volumes of outgoing mail, and this is the common use case for Kill Bill clients. To prevent improper use, though, AWS may require verification of email addresses, and may require you to certify that the account will not be used to send bulk unsolicited emails.
Expand Down

0 comments on commit 05aaba0

Please sign in to comment.