Administering Dremio on AWS
This topic provides information about how to scale the Dremio executor nodes, start and stop Dremio, and delete the deployment.
Scaling Executor Nodes
To scale the Dremio executor nodes (up or down):
- From CloudFormation, select your Stack.
- Click on the Resources tab.
- Click on <DremioClusterName>-DremioExecutorASG-<ID>.
- From the Details tab, select Actions > Edit from the dropdown menu.
- From the Edit Details popup, set the values for Desired Capacity, Min, and Max
to the number of desired executor nodes (these values should be the same value; for example, if there is five (5) executor nodes, then each value is 5) and Save.
Note
Scaling down of executors could lead to loss of acceleration, results, and uploads.
Stopping Dremio Nodes
To stop the Dremio cluster, scale down the executor node(s) and then stop the coordinator node.
- Scale down your executor nodes(s) to zero (0).
- From CloudFormation, select your Stack.
- Click on the Resources tab.
- Click on <DremioClusterName>-DremioExecutorASG-<ID>.
- From the Details tab, select Actions > Edit from the dropdown menu.
- From the Edit Details popup, change the Desired Capacity, Min, and Max number of executor nodes to zero (0) and Save.
- Stop the coordinator node.
- From CloudFormation, select your Stack.
- Click on the Resources tab.
- Click on <DremioClusterName>-DremioMaster.
- From the Instances navigation menu and the Launch Instance dropdown menu, select Instance State > Stop.
Restarting Dremio Nodes
To restart the Dremio cluster, start the coordinator node first and then scale up the executor node(s).
- Start the coordinator node.
- From CloudFormation, select your Stack.
- Click on the Resources tab.
- Click on <DremioClusterName>-DremioMaster.
- From the Instances navigation menu and the Launch Instance dropdown menu, select Instance State > Start.
- Scale up your executor node(s) to the desired capacity.
- From CloudFormation, select your Stack.
- Click on the Resources tab.
- Click on <DremioClusterName>-DremioExecutorASG-<ID>.
- From the Details tab, select Actions > Edit from the dropdown menu.
- From the Edit Details popup, set the values for Desired Capacity, Min, and Max
to the number of desired executor nodes (these values should be the same value; for example, if there is five (5) executor nodes, then each value is 5) and Save.
Deleting the Deployment
To delete the deployment, delete the stack resources that were created for the Dremio cluster:
- From CloudFormation, select your Stack.
- Click on the top Delete menu item.
Was this page helpful?
Glad to hear it! Thank you for your feedback.
Sorry to hear that. Thank you for your feedback.