Install Java 17 on every host (including the manager VM)
apt-get update
apt-get upgrade
apt install openjdk-17-jdk openjdk-17-jre
Create an access key from the minio dashboard

Create 2 buckets, automq-data and automq-ops

Install the AutoMQ .tgz file on every host (including the manager VM):
https://www.automq.com/docs/automq/releases/software-artifact
Unzip the folder:
tar -xvzf automq-kafka-latest.tgz
Go to automq-<automq_version>_kafka-<kafka_version> , and execute this following command at your manager VM: