Universal Containers (UC) has a Heroku Postgres database attached to a Heroku app, which is running in the Common Runtime.
What should an Architect recommend UC do to secure their database to only trusted locations?
Move the database and the app into the Private Space.
Add a Trusted IP range tothe Heroku Postgres configuration.
Set up a VPN from the trusted locations to the app.
Set up a VPC in a one-off dyno when access to Heroku Postgres is needed.
Submit