Running on AWS
This quickstart guide helps you get started running Pinot on Amazon Web Services (AWS).
Was this helpful?
This quickstart guide helps you get started running Pinot on Amazon Web Services (AWS).
Was this helpful?
In this quickstart guide, you will set up a Kubernetes Cluster on
To install kubectl, see .
For Mac users
Check kubectl version after installation.
Follow this link () to install helm.
For Mac users
Check helm version after installation.
For Mac users
For Mac users
The script below will create a 1 node cluster named pinot-quickstart in us-west-2 with a t3.xlarge machine for demo purposes:
For k8s 1.23+, run the following commands to allow the containers to provision their storage:
Use the following command to monitor the cluster status:
Once the cluster is in ACTIVE status, it's ready to be used.
Run the following command to get the credential for the cluster pinot-quickstart that you just created:
To verify the connection, run the following:
Follow this link () to install AWS CLI.
Follow this link () to install AWS CLI.
For first-time AWS users, register your account at .
Once you have created the account, go to to create a user and create access keys under Security Credential tab.
Follow this to deploy your Pinot demo.