$AA^T$ is not necessarily positive definite, but it is positive semi-definite, meaning that $\langle x, AA^Tx \rangle \ge 0$ for all vectors $x$. To see this, note that $\langle x, AA^Tx \rangle = \langle A^Tx, A^Tx \rangle = \Vert A^Tx \Vert^2 \ge 0$. A counter example to positive definiteness is provided, when $n = 2$, by taking
$A= \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix}; \tag{1}$
then
$AA^T = A, \tag{2}$
so if $x = (0, 1)^T$,
$\langle x, AA^Tx \rangle = 0. \tag{3}$
It is easy to generalize this example by taking $A$ to be a diagonal matrix in $M_{n \times n}(\Bbb R)$ with at least one zero on the diagonal; many other generalizations are also possible.
Hope this helps. Cheerio,
and as always,
Fiat Lux!!!