Say we are using an Amazon RDS (SQL Server) OLTP database and reporting is facilitated through (SSRS) on an Amazon AMI. Would anyone know of replicating data from some of the tables on the Amazon RDS instances to the AMI instance in order to feed the reporting services?
Ideally we would like to use replication, but since SQL Agent is not available on Amazon RDS (SQL Server) this is not going to be possible.
If all else fails it looks like the only way to facilitate this would be to have the OLTP database also on an Amazon AMI.
Does anyone have any thoughts or recommendations on this?