Problem scenario
You run an aws ec2 command and you get use the –filters flag with Name=VolumeId (consistent with the casing that you see in other AWS CLI contexts). You receive a message about “the filter VolumeId” being invalid. What should you do?
Solution
Use “volume-id” instead of “VolumeId”.
In general we find that the syntax of the name itself,
…
Continue reading “How Do You Troubleshoot “The filter VolumeId” is invalid?”