feat(docs): added AWS CloudShell and rename FAQ to Troubleshooting (#1559)

This commit is contained in:
Toni de la Fuente
2022-12-21 08:39:07 +01:00
committed by GitHub
parent bab6380d68
commit 62c1ce73bb
5 changed files with 43 additions and 8 deletions

View File

@@ -37,6 +37,8 @@ pip install prowler-cloud
prowler -v
```
If you want to execute Prowler from AWS CloudShell see [here](tutorials/aws/cloudshell.md).
## Prowler container versions
The available versions of Prowler are the following:
@@ -50,6 +52,11 @@ The container images are available here:
- [DockerHub](https://hub.docker.com/r/toniblyx/prowler/tags)
- [AWS Public ECR](https://gallery.ecr.aws/o4g1s5r6/prowler)
To run it using Docker:
```
docker run -ti --rm --name prowler --env AWS_ACCESS_KEY_ID --env AWS_SECRET_ACCESS_KEY --env AWS_SESSION_TOKEN toniblyx/prowler:latest
```
## High level architecture
You can run Prowler from your workstation, an EC2 instance, Fargate or any other container, Codebuild, CloudShell, Cloud9 and many more.