From 47ddf65cf606490358ac21ab1aa0092dea18f450 Mon Sep 17 00:00:00 2001 From: eduardo <83775838+drauedo@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:45:30 +0100 Subject: [PATCH] Changing ip from ec2 sample With the current IP, the sample doesn't work. However, if we changed it to 127.0.01 it works as expected. --- content/en/user-guide/aws/ec2/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/aws/ec2/index.md b/content/en/user-guide/aws/ec2/index.md index 0bdd63cc43..ad30866722 100644 --- a/content/en/user-guide/aws/ec2/index.md +++ b/content/en/user-guide/aws/ec2/index.md @@ -171,7 +171,7 @@ You can now use the IP address to test the Python Web Server. Run the following command to test the Python Web Server: {{< command >}} -$ curl 172.17.0.4:8000 +$ curl 127.0.0.1:8000 {{< /command >}} You should see the following output: