@Michael_Lynn
As given in documentation and in video too, i have tried and successfully created file till mongosync-config.yaml part where I have defined my source-cluster’s URI & also destination-cluster’s URI

config.yaml

cluster0: "mongodb+srv://<username>:<password>@uri-to-connect-atlas/"
cluster1: "mongodb://<username>:<password>@uri-to-connect-ec2/"
logPath: "/path/to/log/file"
verbosity: "WARN"

But when I run following command it throws curl: (7) Failed to connect to localhost port 27182 after 0 ms: Connection refused :

curl localhost:27182/api/v1/start -XPOST --data '
   {
      "source": "cluster0",
      "destination": "cluster1",
   } '

Unable to understand why this is happening because my log command was running with this port (seen in log too)