When filtering with --filter 'InstanceType=t2.*,State=stopped' it is currently not possible to have regular expressions what contain an actual comma. Ceres would interpret it as the beginning of a new filter part.
Possible solution: Allow multiple --filter CLI args to make clear which is which.