Year
GitHub
Client
Service
Theme
Tech Stack
๐ Detailed Info @Dev.to View Article
๐ซ Thoughts @Product Hunt View Product
๐ธ AuroraWire was born from limitations โ I needed to connect pgAdmin to Aurora Serverless v2 securely, but AWS said โgo through VPC, EC2, or Data API manually.โ
๐ธ I didnโt want to expose my database to the public internet. I didnโt want to manage VPNs or Bastion Hosts either. All I wanted was a secure, local PostgreSQL connection like a normal dev.
๐ธ So I built AuroraWire: a proxy that pretends to be PostgreSQL, takes in queries from clients like pgAdmin or DBeaver, and then magically translates them into secure AWS Data API calls.
๐ธ It works out-of-the-box โ No EC2s, no tunnels. Just install and connect. Your Aurora stays safe in a private subnet, but you can still run SELECT * FROM users from your laptop.
๐ธ Use case? I use it to visualize reports, run ad hoc analytics, and debug DB behavior during development โ all without compromising security or dealing with AWS networking acrobatics.
๐ธ If you're tired of AWS saying โjust make your DB public (lol) or use a 100-line boto3 script,โ AuroraWire is your answer. It bridges convenience and security, finally.
pgAdmin/DBeaver
PostgreSQL Clients
AuroraWire
Protocol Proxy
AWS Data API
Serverless Bridge
Aurora Serverless v2
Private Database
๐ Let's discuss how AuroraWire can secure your AWS Aurora Serverless infrastructure while maintaining seamless developer productivity. I'm available for consulting, implementation, and custom enterprise solutions!