Login fails when changing AWS docker machine IP

My AWS docker machine experienced an issue and was displayed in the docker machine list as in a “stopped” state.

I believe something happened with that EC2 instance and as part of the recovery, AWS changed the IP. I went into the configuration and used the “Edit IP Address” function to change to the new IP address. It reported that this action was successful.

I also updated the “host” and “web server url” to reflect the new IP.

Unfortunately, now when I try to use a standard login page to access my application, it times out as “pending” and never connects.

Any suggestions on what troubleshooting steps I should try next? In the future I would look to configure an elastic IP to avoid this issue.

Thanks!