I'm currently working on my first pipeline copying data from RDS to S3. I'm following the guidelines provided by Amazon (see below). There isn't a RDS MySQL connection string field for my case. Anyone why this might be?
http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-copydata-mysql-console.html
Thanks!
The RDS MySQL connection string field is no more available, there is an input field to provide the RDS Instance ID instead.
Provide the ID of your RDS instance, the JDBC connection string will be derived using it.