Open philipHils opened 1 year ago
The tutorial works fine until I reach the point where I have to verify the services.
I navigate to the Consul UI in my web browser using the link from the Terraform output.
However, the UI (http://xxx.xxx.xxx.xxx:8500/ui) is not accessible.
Could something be wrong with the 'Set up Nomad Cluster on AWS'? I suspect Consul isn't really starting on my EC2.
Thanks for any help!
Please check /var/log/cloud-init.log and /var/log/cloud-init-output.log. Also journalctl -xeu consul
/var/log/cloud-init.log
/var/log/cloud-init-output.log
journalctl -xeu consul
The tutorial works fine until I reach the point where I have to verify the services.
I navigate to the Consul UI in my web browser using the link from the Terraform output.
However, the UI (http://xxx.xxx.xxx.xxx:8500/ui) is not accessible.
Could something be wrong with the 'Set up Nomad Cluster on AWS'? I suspect Consul isn't really starting on my EC2.
Thanks for any help!