📜 ⬆️ ⬇️

AWS Data Pipeline - data automation

Hello! image

Today, Amazon Web Services has released a new service that works with other services, namely it can help in transferring data between:

AWS Data Pipeline allows you to copy, transfer data from SQL tables and DynamoDB to S3 and vice versa.
image
image
By default, Data Pipeline provides several templates:


You can also come up with many other methods of using Data Pipeline.
image
')
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!

Source: https://habr.com/ru/post/163539/


All Articles