# Storage

Sedai intelligently optimizes your AWS storage resources to reduce costs for your storage infrastructure, including [Elastic Block Store (EBS)](#aws-ebs) and [Simple Storage Service (S3)](#aws-s3).&#x20;

## AWS EBS

Sedai autonomously optimizes EBS volumes to decrease costs. This is achieved by:

1. **Identifying underutilized volumes:** Sedai analyzes your EBS volumes and identifies those underutilized or over-provisioned.
2. **Right-sizing volumes:** Sedai determines the optimal volume size and type, ensuring you only pay for the resources you need.

To learn more about EBS, visit [AWS EBS docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html).&#x20;

***

## AWS S3

Sedai reduces your S3 costs by leveraging Intelligent-Tiering and then recommending transition to Archive Access:

1. **Intelligent-Tiering:** Sedai autonomously optimizes your S3 buckets by switching all contained objects to the Intelligent-Tiering storage class. This class automatically shifts objects between Standard and Archive tiers based on access patterns, ensuring cost-efficiency without compromising availability.
2. **Archive Access Transition:** After migrating your buckets to the Intelligent-Tiering storage class, Sedai generates recommendations for transitioning rarely accessed buckets to Archive Access and Deep Archive Access tiers.

While autonomous is not available for Archive Access Transition, you can manually configure this in the AWS console. Follow these steps:

1. Sign in to the **AWS Management Console** using your credentials.
2. Open the **S3 Console** by searching for "S3" in the search bar and selecting it.
3. **Select the S3 bucket** for which you want to configure Archive Access.
4. Navigate to the **Properties** tab.
5. Scroll to **Intelligent-Tiering Archive Configurations** and select **Create Configuration**.
6. **Name** your configuration and apply it to **all** objects in the bucket.
7. Select the checkboxes for **Archive Access Tier** and **Deep Archive Access Tier**, and input the number of days until transition that Sedai has recommended for each.&#x20;
8. **Save** your Archive Access configuration.

To learn more about S3, visit [AWS S3 docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcome.html).&#x20;

{% hint style="info" %}
To view optimization opportunities for AWS Storage resources, go to Optimization > Opportunities and select the Storage tab.&#x20;
{% endhint %}


---

# 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://docs.sedai.io/get-started/platform/optimization/aws/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.
