AWS Certified Solutions Architect – Professional — Question 360

How does AWS Data Pipeline execute activities on on-premise resources or AWS resources that you manage?

Answer options

Correct answer: A

Explanation

AWS Data Pipeline coordinates tasks on your own infrastructure by utilizing Task Runner, which is a downloadable application package that you install and run on your on-premise hosts or self-managed EC2 instances. This package continuously polls the AWS Data Pipeline service for scheduled tasks and executes them locally. Static files or JSON scripts alone are insufficient to perform this continuous polling and execution workflow.