Amazon RDS (Relational Data Store) and SSIS

amazon-rds, mysql, sql-server, ssis

Solution

Amazon RDS offers complete support for all MySQL features except for replication. Therefore you can use OLE DB, or any other driver, to access MySQL from your application.

Problem

Does anyone know if it is possibble to use SSIS with Amazon RDS? Since RDS is essentially MySQL - would this be possible using OLE DB or something...?

Original source