Skip to content

AWS dms describe-endpoints filters doesn't work if source and target are provided in filter types #7926

Discussion options

You must be logged in to vote

Hi @divakarpatil51, thanks for following up. It looks like the endpoint-type filter is intended to filter either source or target, rather than both at the same time. Both of the following commands worked for me.

aws dms describe-endpoints --filters Name=endpoint-type,Values=source
aws dms describe-endpoints --filters Name=endpoint-type,Values=target

Since endpoints are either a source or a target, filtering both of them would be the same as filtering neither of them. I hope this answers your question, please let me know if you have any follow-up questions.

@github-actions proposed answer

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by RyanFitzSimmonsAK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants