mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
feat(docs): added AWS CloudShell and rename FAQ to Troubleshooting (#1559)
This commit is contained in:
committed by
GitHub
parent
bab6380d68
commit
62c1ce73bb
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user