Running on AWS
This guide provides a quick start for running Pinot on Amazon Web Services (AWS).
Last updated
Was this helpful?
This guide provides a quick start for running Pinot on Amazon Web Services (AWS).
Last updated
Was this helpful?
This document provides the basic instruction to set up a Kubernetes Cluster on
Please follow this link () to install kubectl.
For Mac User
Please check kubectl version after installation.
Please follow this link () to install helm.
For Mac User
Please check helm version after installation.
For Mac User
For Mac User
The script below will create a 1 node cluster named pinot-quickstart in us-west-2 with a t3.xlarge machine for demo purposes:
You can monitor the cluster status via this command:
Once the cluster is in ACTIVE status, it's ready to be used.
Simply run below command to get the credential for the cluster pinot-quickstart that you just created or your existing cluster.
To verify the connection, you can run:
Please follow this link () to install AWS CLI.
Please follow this link () to install AWS CLI.
For first time AWS user, please register your account at .
Once created the account, you can go to to create a user and create access keys under Security Credential tab.
Please follow this to deploy your Pinot Demo.