# AWS Cloud Security

- [AWS Cloud Researchs](https://seg-fault.gitbook.io/researchs/aws-cloud-security/aws-cloud-researchs.md)
- [AWS and the Secrets Exposed on Public ECR Repository](https://seg-fault.gitbook.io/researchs/aws-cloud-security/aws-cloud-researchs/aws-and-the-secrets-exposed-on-public-ecr-repository.md): This article shows some insights into how many secrets are exposed in public ECR in AWS and how a threat actor is just a container away to get their hands on those secrets.
- [Hacking API Gateway](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-api-gateway.md)
- [API Gateway - Security](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-api-gateway/api-gateway-security.md)
- [API Gateway API Calls](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-api-gateway/api-gateway-api-calls.md)
- [Hacking S3](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-s3.md)
- [S3 - Security](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-s3/s3-security.md)
- [S3 API Calls](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-s3/s3-api-calls.md)
- [Hacking Cognito](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-cognito.md)
- [Cognito - Security](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-cognito/cognito-security.md)
- [Cognito - API Calls](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-cognito/cognito-api-calls.md)
- [Hacking Lamda](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-lamda.md)
- [Lambda - Security](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-lamda/lambda-security.md)
- [Lambda - API Calls](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-lamda/lambda-api-calls.md)
- [Hacking Cloudbuild](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-cloudbuild.md)
- [Cloudbuild - Security](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-cloudbuild/cloudbuild-security.md)
- [Cloudbuild - API Calls](https://seg-fault.gitbook.io/researchs/aws-cloud-security/hacking-cloudbuild/cloudbuild-api-calls.md)
- [AWS Services](https://seg-fault.gitbook.io/researchs/aws-cloud-security/aws-services.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://seg-fault.gitbook.io/researchs/aws-cloud-security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
