Open Issac Sim Hello World from Vscode (In AWS EC2)

I am trying to access the code in Docker Isaac Sim from Remote SSH. However, I can’t find the file location nor I can amend the hello_world.py. I am wondering is there any instructions or step by step guideline to help me access the file?

As the screenshot shown, there are no examples folder present here.

Did you mean that you followed AWS Deployment — Omniverse IsaacSim to set up on AWS and run the Isaac Sim container, but now you cannot find the file inside the container?

Here is the output from nvcr.io/nvidia/isaac-sim:4.2.0:

root@3cbf072-lcedt:/isaac-sim# find -iname "hello_world.py"
./kit/pythonapps/examples/examples/hello_world.py
./exts/omni.isaac.examples/omni/isaac/examples/hello_world/hello_world.py
./standalone_examples/testing/omni.isaac.core/hello_world.py
./standalone_examples/api/omni.isaac.kit/hello_world.py

Ya. I already found it by attaching my vscode to the container. However, it seems like hot reload function not working. I can’t update my code and return it to Isaac Sim.