Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions userguide/aws/how-to-maintain-a-multi-tier-system.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This guide explains how to maintain your multi-tier Kill Bill installation on AW

== Log in

To perform most maintenance tasks you will need to log in to your EC2 instances. Be sure that SSH is enabled on Port 22 in your security group. Login procedures are described in the setup guide (See https://docs.killbill.io/latest/how-to-set-up-a-multi-tier-system.html#_4_5_login_to_an_instance[4.5. Login to an Instance]).
To perform most maintenance tasks you will need to log in to your EC2 instances. Be sure that SSH is enabled on Port 22 in your security group. Login procedures are described in https://docs.killbill.io/latest/how-to-login-to-your-ec2-instance.html[How to Log In to Your EC2 Instance via SSH].


== Troubleshooting
Expand Down Expand Up @@ -65,7 +65,7 @@ To access the RDS database, you can use the following command:

`mysql -h<db-writer-endpont> -u<db-username> -p<db-password>`

Replace `<db-writer-endpont>` with the DB writer endpoint and `<db-username>/<db-password>` with the database credentials obtained during the setup (https://docs.killbill.io/latest/how-to-set-up-a-multi-tier-system#_2_2_create_the_database_manager[Step 2.2]).
Replace `<db-writer-endpont>` with the DB writer endpoint and `<db-username>/<db-password>` with the database credentials obtained during the setup (https://docs.killbill.io/latest/how-to-set-up-a-multi-tier-system#_2_2_create_the_rds_instance[Step 2.2]).

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

Expand Down
Loading
Loading