Ansible list available modules
It's convenient to know which modules are included in an Ansible distribution. This is even more true since the Ansible refactoring (split of the project) that has occurred after Ansible 2.9.
The command is ansible-doc
ansible-doc --list | grep amazon.aws
# amazon.aws.aws_az_facts Gather information ...
# amazon.aws.aws_az_info Gather information ...