-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update xray docs #539
Update xray docs #539
Conversation
For the CFT product, a single AMI gets created for both KB and Kaui.
…tack diagram and setup document.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, left some minor comments.
|
||
The features of the CloudFormation system include: | ||
|
||
* Both Kill Bill and Kaui instances can be scaled up or down using AWS autoscaling groups | ||
* Kill Bill and Kaui instance can be scaled up or down using AWS autoscaling groups |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider rephrasing as
* Kill Bill and Kaui instance can be scaled up or down using AWS autoscaling groups | |
*The instance having Kill Bill/Kaui installed can be scaled up or down using AWS autoscaling groups |
@@ -29,7 +29,7 @@ image::../assets/aws/cf_stack.png[align=center] | |||
|
|||
All resources for this system run within a single AWS *Virtual Private Cloud (VPC)*, providing a dedicated block of IP addresses which must be located in a single *region*. The cloud is partitioned into *availability zones*, which are accessed by *subnets*. The resources must be distributed over at least two availability zones. | |||
|
|||
Multiple instances of Kaui and the Kill Bill server are deployed in the VPC, each running on its own Ubuntu Linux server. AWS autoscaling is used to increase and decrease the number of instances for each package as needed. | |||
A single instance of Kill Bill and Kaui servers is deployed in the VPC, running on an Ubuntu Linux server. AWS autoscaling is utilized to dynamically adjust the number of instances for each package based on demand, allowing for efficient scaling. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider rephrasing as
A single instance of Kill Bill and Kaui servers is deployed in the VPC, running on an Ubuntu Linux server. AWS autoscaling is utilized to dynamically adjust the number of instances for each package based on demand, allowing for efficient scaling. | |
A single instance having the Kill Bill/Kaui server is deployed in the VPC, running on an Ubuntu Linux server. AWS autoscaling is utilized to dynamically adjust the number of instances for each package based on demand, allowing for efficient scaling. |
…on one EC2 instance.
@reshmabidikar I have rebased this branch to v3 but those changes are not reflected in this PR. I'm closing this PR and have opened a new one -- #540. Kindly take a look at it when you get a chance. Thank you. |
Added steps to install xray daemon on standalone EC2.