I am running the docker command as defined in the courseware but I am getting an error: (I have masked the password and IP address)
❯ docker run -it --rm --entrypoint cqlsh scylladb/scylla-cqlsh -u scylla -p XXXXX XXX.XXX.XXX.XXX
Warning: Using a password on the command line interface can be insecure.
Recommendation: use the credentials file to securely provide the password.
Connection error: ('Unable to connect to any servers', {'XXX.XXX.XXX.XXXX:9042': OSError(None, "Tried connecting to [('XXX.XXX.XXX.XXXX', 9042)]. Last error: timed out")})
My IP4 address is in the “Allowed IPs List.”
Also, I would like to note in the course that two quiz questions topics were not covered during the video.
I opened a support ticket first and then discovered this support forum.