AWS CLI - Looping through DMS Migration task ARNs to wait #9195
Unanswered
eternaltyro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Github Actions, I tried looping through a list of DMS Migration Tasks (ref by ARN) to check their status using
aws dms wait
. But I always getWaiter encountered a terminal failure state
error.The
run
step on Github Actions looks like this:Beta Was this translation helpful? Give feedback.
All reactions