Skip to content

Commit 0fb454b

Browse files
committed
updated instructions for profiling workshop access
1 parent 762a8d1 commit 0fb454b

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

content/en/scenarios/debug-problems/profiling/1-build-application.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,8 @@ cd workshop/profiling
3434

3535
Now that the application is deployed, let's play with it and generate some observability data.
3636

37-
Get the external IP address for your application instance using the following command:
38-
39-
```` bash
40-
kubectl describe svc doorgame | grep "LoadBalancer Ingress"
41-
````
42-
43-
The output should look like the following:
44-
45-
```` text
46-
LoadBalancer Ingress: 52.23.184.60
47-
````
48-
49-
You should be able to access The Door Game application by pointing your browser to port 81 of the provided IP address. For example:
37+
You should be able to access The Door Game application by pointing your browser to port 81
38+
of the IP address for your EC2 instance. For example:
5039

5140
```` text
5241
http://52.23.184.60:81

0 commit comments

Comments
 (0)