1 Answer
- Newest
- Most votes
- Most comments
0
Looking at the Boto3 documentation [1] for this method, it looks like you need to provide the Filters parameter like this:
"Filters": [
{
"Name": "tag:Group",
"Values": [
"Production"
]
}
]
Relevant content
- asked 3 years ago
- asked 2 years ago
