diff --git a/aws/README.md b/aws/README.md index aff1327..0a08dee 100644 --- a/aws/README.md +++ b/aws/README.md @@ -2,4 +2,11 @@ hashcat on aws To deploy, run: -ansible-playbook ec2-creation.yml -i env/hosts -e group_vars/all +ansible-playbook hashcat.yml -i env/hosts -e group_vars/all + +To destroy *ALL*, run: +ansible-playbook hashcat-destroy.yml -i env/hosts -e group_vars/all + +-- + +On successful run the instance will self terminate.