Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Oct 13, 2023
1 parent 23d556d commit 0d9d104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# torpedo
connect to databases in private VPCs the easy way - no VPN required
Connect to databases in private VPCs the easy way - no VPN required

### How it works
On first run, `torpedo` will create an ECS cluster (this does not cost anything). From there, any time you want to connect to a database `torpedo` will generate random SSH keys, spin up a temporary container that has access to your database, and forward a local port through it. Then you can connect to the database on `localhost` as though it were running locally.
Expand Down

0 comments on commit 0d9d104

Please sign in to comment.