I am trying to run Airbyte on EC2, but when I follow the official guideline (https://docs.airbyte.com/deploying-airbyte/on-aws-ec2/) the part with
sudo yum install -y docker-compose-plugin
docker compose version
gives that:
docker: 'compose' is not a docker command.
Is there any other way to install docker compose V2 (not docker-compose) on an EC2?
change docker compose in run-ab-platform.sh to docker-compose.