Hello!

Today, Amazon Web Services has released a new service that works with other services, namely it can help in transferring data between:
- S3
- MySQL RDS / External MySQL Servers
- DynamoDB
AWS Data Pipeline allows you to copy, transfer data from SQL tables and DynamoDB to S3 and vice versa.


By default, Data Pipeline provides several templates:
- Export from DynamoDB to S3
- Export from S3 to DynamoDB
- Copy from S3 to RDS
- Copy from RDS to S3
- File Analysis in S3
- Migrating from non-RDS MySQL to S3
You can also come up with many other methods of using Data Pipeline.

')
The process is easily configured using a graphical interface. You drag items, set parameters, and so on.
The AWS official blog has
an example of a Data Pipeline setup.
What comes to mind when asked why? With Data Pipeline, you can easily configure backups. And even backups from external database servers on S3, for example.
Let's share ideas on how we can use these mechanisms. Maybe you have questions about opportunities? Let's search for answers together!