Hey,
We've recently decided to move from our VPN network and establish a public EC2 instance that will be available to the whole Internet.
These are the steps I did:
- I've created a snapshot of our database that was under the vpn
- Then I created database based on that snapshot that is now publicly available
- I've created new AMI from our EC2 instance that has Retool under the vpn
- I've then created EC2 instance based on this AMI that is available to the whole Internet
- Finally, I've switched the database connection in docker.env from protected to the newly created (not-protected) database.
Unfortunately, when I visit the retool I dont see any projects / folders.
However, when I connect to the DB I see that folder table has data.
What am I doing wrong?