# Cloud storage

Cloud Storage is one of the most popular AWS services that is attacked. Amazon's S3 and EBS can each lead to interesting findings with the tools available in the aws cli.

Individual Amazon S3 objects can range in size from a minimum of 0 bytes to a maximum of 5 terabytes. The largest object that can be uploaded in a single PUT is 5 gigabytes. For objects larger than 100 megabytes, customers should consider using the Multipart Upload capability.

## What is this

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

* Attacking S3 misconfigurations
* Working with EBS snapshots to mount and inspect for data
* Working with EBS snapshots to perform digital forensics

## 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://kingsabri-2.gitbook.io/pwining-aws-and-asure/cloud-storage-with-aws/cloud-storage.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.
