Software Alternatives & Reviews

How to securely expose your local app to the internet using EC2?

ngrok AWS Certificate Manager
  1. 1
    ngrok enables secure introspectable tunnels to localhost webhook development tool and debugging tool.
    Pricing:
    • Open Source
    First, I used ngrok, which creates a tunnel between my local machine and servers that are already exposed to the internet - So your requests to the ngrok server get forwarded to your local app. That's convenient and useful. However, the URL of that server changes every time you connect, which means I need to update my app config every time I connect.

    #Testing #Localhost Tools #Webhooks 368 social mentions

  2. AWS Certificate Manager from Amazon Web Services (AWS)
    Now we need to have the site secure with SSL/TLS. So we can either add a load balancer and associate it with a certificate from AWS ACM or directly create a certificate on the instance. Let's do the latter using OpenSSL.

    #Identity And Access Management #Network & Admin #Two Factor Authentication 23 social mentions

Discuss: How to securely expose your local app to the internet using EC2?

Log in or Post with