I'm running Cloud Formation scripts on AWS to test in-development infrastructure. I'm aware that Cloud Formation can't always delete resources on stack deletion.
To make sure I'm tracking all my resources, I would like a before and after snapshot of the resources on my account. Is it possible to use the AWS cli to list all the resources associated with a profile?