Search code examples
mysqlamazon-web-servicesamazon-s3rdsamazon-data-pipeline

AWS data pipeline -"Full copy of rds mysql table to s3" no connection string in parameters?


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!


Solution

  • The RDS MySQL connection string field is no more available, there is an input field to provide the RDS Instance ID instead. RDS ID input field Provide the ID of your RDS instance, the JDBC connection string will be derived using it.