# AWS Cloud compute

This section covers the attacks for services under the Cloud Compute umbrella of AWS.

This includes attacks against AWS EC2 instances and Lambda service.

## What are we going to cover

This module will primarily cover

* Abuse the EC2 metadata endpoint via SSRF
* Generate and steal temporary credentials from the EC2 instance
* Use SSM to gain reverse shells on unreachable machines
* AWS Instance Metadata Version 2 Enhancements (IMDSv2)

## Additional Information

No additional information for this section


---

# 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://0xcriminal.gitbook.io/about-me/cloudsec/cloud-compute-with-aws/cloud-compute.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.
