Applies to: Kyvos Enterprise Kyvos Cloud (SaaS on AWS) Kyvos AWS Marketplace
...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Important
|
| AWS Managed Services | AWS Marketplace | AZURE Marketplace |
Create Node (Query Engine) |
|
|
|
Terminate Node (Query Engine) |
|
|
|
Increase Query Engine Disks |
|
|
|
Decrease Query Engine Disks |
|
|
|
Show Query Engine Disk / storage size |
|
|
|
Create Node (BI Server) |
|
|
|
Terminate Node (BI Server) |
|
|
|
Show BI Disk / storage size |
|
|
|
Add Node (previous feature) |
|
|
|
Remove Node (previous feature) |
|
|
|
From Kyvos 2023.3 onwards, you You can now manage Query Engines, BI Server nodes (not applicable to Azure Marketplace), and Query Engine disks (not applicable to AWS Managed Services) that must be attached to the Query Engine node directly from the Nodes and Services > Overview page. This page displays the number of nodes and disk details added to each Query Engine node and the number of configured services such as BI Server, Web Portal, and Query Engines on the cluster nodes. You can also view the specific details of these services. This will take you to the Node and Service Mapping page.
This allows for efficient modification of the Query Engine node count and disk allocation for cloud deployments.
Creating and add node for Marketplace
Anchor | ||||
---|---|---|---|---|
|
...
Similarly, for cloud deployments (Azure, AWS, GCP), and on-premises, you can add or delete a node.
...
IAM Policies for AWS Managed Services
Anchor |
---|
...
|
...
|
Code Block |
---|
{ "Condition": { "StringEqualsIgnoreCase": { "ec2:ResourceTag/UsedBy": "Kyvos" } }, "Action": [ "ec2:DeleteTags", "ec2:CreateTags", "ec2:DescribeInstanceStatus" ], "Resource": "*", "Effect": "Allow", "Sid": "Ec2tagsPermissionKM" }, Expected- { "Sid": "Ec2tagsPermissionKM", "Effect": "Allow", "Action": [ "ec2:DeleteTags", "ec2:DescribeInstanceStatus" ], "Resource": "*", "Condition": { "StringEqualsIgnoreCase": { "ec2:ResourceTag/UsedBy": "Kyvos" } } }, { "Sid": "Ec2tagsPermissionKM2", "Effect": "Allow", "Action": [ "ec2:CreateTags" ], "Resource": "*" }, |