Alright, all good from the AMPs-side process so far. But, one eyebrow-raising thing: AMP’s “IP Binding” seems locked to 127.0.0.1
(localhost). You’ll want to adjust that since this blocks external access entirely.
Try this:
- In the AMP web interface, search for “Webserver IP Binding”.
- Change the setting from
127.0.0.1
to0.0.0.0
(listening on all interfaces). - Save and restart the instance from within AMP.
This’ll open it up for external connections. Let me know where this takes you!