$ sudo apt install gpg
$ wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
$ echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com bullseye main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
$ sudo apt update && sudo apt install terraform
$ terraform --version
$ aws configure --profile cloudgoat
$ pipx install cloudgoat
# type "cloudgoat" as the profile name
$ cloudgoat config aws
# Whitelist your IP address
$ cloudgoat config whitelist --auto
cloudgoat create ec2_ssrf
cloudgoat destroy [scenario-name]