4 ms·
Now they just need to support the Foreign Data Wrapper extension with egress connections. Really wish that was built in because FDW itself is amazing, and AWS R
by psycr 10y ago
Now they just need to support the Foreign Data Wrapper extension with egress connections. Really wish that was built in because FDW itself is amazing, and AWS RDS is easy to manage.
- kyleblarson 10y agoAgree 100%. Would be awesome if you could have RDS with FDW connected to a Redshift instance. (don't know if that's possible given the version of Postgres upon which Redshift is based)
- numlocked 10y agoYou can definitely do FDWs to Other Postgres instances, and since I think you can just point the same wrapper to redshift and voila.
- yuanchuan 10y agoIt is definitely doable. You can refer to this blog post by AWS (https://aws.amazon.com/blogs/big-data/join-amazon-redshift-and-amazon-rds-postgresql-with-dblink/ https://aws.amazon.com/blogs/big-data/join-amazon-redshift-a...) to set up FDW to Redshift. What is more exciting is you can leverage Redshift MPP architecture with this method.