Ask HN: Access AWS from Heroku?
Currently trying to get access from a heroku app to an AWS instance, and wondering how to setup the security group to allow this? I realise Heroku doesn't use static IPs, but is there any (free) way to get around this without using 0.0.0.0/0?
2 comments
[ 2.9 ms ] story [ 14.0 ms ] threadThe https://devcenter.heroku.com/articles/proximo, https://elements.heroku.com/addons/quotaguardstatic, https://elements.heroku.com/addons/fixie are addons which provide a tunnel and static IP. They charge by requests though, making it possibly expensive (but of course people use Heroku for that kind of convenience).
If you decide to setup your own tunnel/VPN, I was recently happy with https://privatepackets.io/. They setup a digital ocean machine for a fixed $5 (and you incur the usual running costs). Now you have one more system which requires maintaining and securing.
Good luck.