AWS Data Pipeline Support for all Amazon RDS Databases Now Available

Posted on: Aug 20, 2015

You can now connect to all Amazon RDS databases with AWS Data Pipeline. Using the new rdsInstanceId field, specify the instance ID to configure your RdsDatabase object in AWS Data Pipeline. Additionally, using the new jdbcDriverJarUri field, you can override the default JDBC driver with your own driver to connect to the database. You can also use your own JDBC driver and connect to any database that supports a JDBC connection using the JdbcDatabase object. Lastly, you can run SqlActivity against all of these databases, including Amazon RDS and other JDBC databases.

To learn more about configuring the RdsDatabase object in AWS Data Pipeline, please visit the documentation page.