🔥 3-day streak
AWS Certified Data Engineer - Associate156 / 159
Question 156 of 159

A data engineering team needs to orchestrate a nightly pipeline: at 2:00 AM a Lambda function validates that new files have arrived in S3, then an AWS Glue ETL job transforms the data, and finally a second Lambda function sends a completion notification. The pipeline must run only on business days (Monday–Friday), must retry the Glue job up to 3 times on transient failures, and must give the team a visual view of which step failed. Which approach best meets these requirements with the least custom code?

Reviewed for accuracy · Report an issueNext question