I want to debug my web app. In Eclipse IDE for Enterprise Java Developers Version 2019-03(4.11.0), I right-click on my web project and select Debug As->Debug on Server. I choose an existing server then click Finish. A dialog appears and I choose the Switch mode option and click on OK. Then I get a dialog that asks for a remote debugging port with some instructions. It says:
Please note: to connect to remote debugger, the debug port will be opened for TCP ingress on your EC2 security group.
What else would I need to do? I've never done this before?