> For the complete documentation index, see [llms.txt](https://guide.offsecnewbie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.offsecnewbie.com/cloud-pentesting/cloudgoat.md).

# Cloudgoat

When setting up cloudgoat you have to add your `iamadmin` keys to variables before running a script like this which uses terraform`./cloudgoat.py create codebuild_secrets`

```
export AWS_ACCESS_KEY_ID="SDFKLJSDFLDSFL"
export AWS_SECRET_ACCESS_KEY="DKLSJDFSJDFS"
export AWS_DEFAULT_REGION="us-east-1"
```
