18.5k views
2 votes
What is the default number of retries for a PipelineActivity in AWS Data Pipeline?

(A) 1
(B) 2
(C) 3
(D) 4

User Isakavis
by
7.9k points

1 Answer

2 votes

Final answer:

The default number of retries for a PipelineActivity in AWS Data Pipeline is 4. Retries are useful for handling temporary failures and can be configured.

Step-by-step explanation:

The default number of retries for a PipelineActivity in AWS Data Pipeline is 4. This means that if an activity fails, it will be retried up to four times before it is considered to have permanently failed.

Retries are useful for handling temporary failures, such as network issues or availability problems with dependent services. By default, each retry is attempted with a delay of 1 minute.

It's important to note that you can configure the number of retries and the delay between attempts for a PipelineActivity by modifying its retryDelay and maximumRetries properties.

User Jbarlow
by
7.9k points