Skip to content

Commit b8ced1b

Browse files
author
Matthew Fisher
committed
docs(contrib/ec2): use public DNS name
The IP address listed when you run `fleetctl list-units` is the machine's private IP address. Using the public DNS name will route properly to the server.
1 parent bb87d3c commit b8ced1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/ec2/initialize-ec2-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ do
3737
done
3838

3939
echo_green "Done! Inspect the state of the services with: fleetctl list-units"
40-
echo_green "Once all the services are running, you can register with your Deis cluster: deis register 1.2.3.4:8000"
40+
echo_green "Once all the services are running, you can register with your Deis cluster: deis register http://ec2-34-567-890-123.us-west-1.compute.amazonaws.com:8000"

0 commit comments

Comments
 (0)