> For the complete documentation index, see [llms.txt](https://seg-fault.gitbook.io/researchs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://seg-fault.gitbook.io/researchs/aws-cloud-security.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
