How to check error stack trace of AWS data pipeline from AWS CLI?

0

Hello, when we see the AWS data pipeline console we see a message that AWS is planning to remove access to console by 04/03/2023. So we are checking how can we use the data pipelines from AWS CLI commands. Please can you let me know what AWS CLI command can be used to check the error stack trace of a pipeline with status FAILED. I have checked https://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-troubleshoot-locate-errors.html where the steps are described for checking error from AWS console. I have also checked https://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-error-logs.html but from the pipelineLogUri we can only receive the Activity log but not the error stack trace. Please help.

1 Answer
0

The Data Pipeline CLI documentation is here - https://awscli.amazonaws.com/v2/documentation/api/latest/reference/datapipeline/index.html. That should provide commands for all Data Pipeline API calls, including what you're after.

EXPERT
answered a year ago
  • Thank you for the documentation link. I was checking the commands in this documentation but I could not find a command to retrieve the error stack trace. Are you referring to any specific command?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions