ok, I've progressed with AWS and I am at the point...
# prisma-whats-new
d
ok, I've progressed with AWS and I am at the point that docker seems to be running on AWS
Copy code
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e1c42cadffae mysql:5.7 "docker-entrypoint..." 14 seconds ago Up 14 seconds 0.0.0.0:3307->3306/tcp prisma-db
4bd0e2e15b48 prismagraphql/prisma:1.4 "/bin/sh -c /app/s..." 14 seconds ago Up 5 seconds 0.0.0.0:4466->4466/tcp local_prisma-database_1
I've run the
prisma cluster add
however when I try to
prisma deploy
(with .env file tweaked) it is failing to connect, I got IP address with
docker-machine ip
command, port should be open as well ... any idea what might be wrong?
ok seems it was really about wrong security settings and port wasn't open, now I've managed to deploy it successfully 🙂