Please check if I do it correctly:
Let $D=\{z\in\mathbb{C}: \left|\frac{2zi-1}{z+2i}\right|<1\}$. Describe $D$ in the complex plane.
Naively, I just try to solve the equation, using the fact that it is not well-defined at $z=-2i$:
$\left|\frac{2zi-1}{z+2i}\right|<1$ iff $\left|2zi-1\right|<\left|z+2i\right|$ iff $\left|2zi-1\right|^2<\left|z+2i\right|^2 $ iff $ \left|2zi\right|^2-2Re(2zi)+1<\left|z\right|^2-2Re(2zi)+\left|2i\right|^2 $ iff $\left|z\right|^2 <1$. So, $D$ is just the open unit ball.
Is it okay?